gc keycode in keybinding since we only deal with keysym now

This commit is contained in:
okan 2014-01-02 21:17:23 +00:00
parent 8420398068
commit c4f6134ebe

View File

@ -247,7 +247,6 @@ struct keybinding {
union arg argument;
u_int modmask;
KeySym keysym;
int keycode;
#define KBFLAG_NEEDCLIENT 0x0001
int flags;
int argtype;