diff options
author | okan | 2014-01-02 21:17:23 +0000 |
---|---|---|
committer | okan | 2014-01-02 21:17:23 +0000 |
commit | 1bb2eab81b24b176a92777cbcdd9e471678378b5 (patch) | |
tree | 406d6b8713ec6af64ae26e80f5dba9e1f650bcef | |
parent | d77f9c6ff47ee71b796fe0e5d2e3ee46b5aab375 (diff) | |
download | cwm-1bb2eab81b24b176a92777cbcdd9e471678378b5.tar.gz |
gc keycode in keybinding since we only deal with keysym now
-rw-r--r-- | calmwm.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: calmwm.h,v 1.237 2013/12/16 19:02:17 okan Exp $ + * $OpenBSD: calmwm.h,v 1.238 2014/01/02 21:17:23 okan Exp $ */ #ifndef _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; |