summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/calmwm.h b/calmwm.h
index abde06e..91491c2 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -325,12 +325,6 @@ struct menu {
 
 TAILQ_HEAD(menu_q, menu);
 
-enum ctltype {
-	CTL_NONE = -1,
-	CTL_ERASEONE = 0, CTL_WIPE, CTL_UP, CTL_DOWN, CTL_RETURN,
-	CTL_ABORT, CTL_ALL
-};
-
 /* MWM hints */
 
 struct mwm_hints {
@@ -346,9 +340,6 @@ struct mwm_hints {
 #define	MWM_DECOR_ALL		(1 << 0)
 #define	MWM_DECOR_BORDER	(1 << 1)
 
-int			 input_keycodetrans(KeyCode, u_int, enum ctltype *,
-			     char *);
-
 __dead void		 usage(void);
 
 struct client_ctx	*client_find(Window);