summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2014-01-02 21:17:23 +0000
committerokan <okan>2014-01-02 21:17:23 +0000
commitc4f6134ebe2bf68943d8660b9933137e7215e0d6 (patch)
tree0a78232e21aa68ad8cb6623c1f65389ab2d2c688 /calmwm.h
parent8420398068f8ec29995432d5ce55eba92982620d (diff)
downloadcwm-c4f6134ebe2bf68943d8660b9933137e7215e0d6.tar.gz
cwm-c4f6134ebe2bf68943d8660b9933137e7215e0d6.tar.xz
cwm-c4f6134ebe2bf68943d8660b9933137e7215e0d6.zip
gc keycode in keybinding since we only deal with keysym now
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 6effee9..97ecf0c 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -247,7 +247,6 @@ struct keybinding {
 	union arg		 argument;
 	u_int			 modmask;
 	KeySym			 keysym;
-	int			 keycode;
 #define KBFLAG_NEEDCLIENT	 0x0001
 	int			 flags;
 	int			 argtype;