From 2f8639d37b5d243fd4704a55430e35dad0c4a4bd Mon Sep 17 00:00:00 2001 From: oga Date: Tue, 22 Jul 2008 19:52:54 +0000 Subject: [PATCH] kill another leftover prototype. ok okan@ --- calmwm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/calmwm.h b/calmwm.h index abdc84a..98f0fc4 100644 --- a/calmwm.h +++ b/calmwm.h @@ -397,7 +397,6 @@ int xu_getprop(struct client_ctx *, Atom, Atom, long, char *xu_getstrprop(struct client_ctx *, Atom atm); void xu_setstate(struct client_ctx *, int); int xu_getstate(struct client_ctx *, int *); -void xu_key_grab_keycode(Window, int, int); int u_spawn(char *); void u_exec(char *);