--- rxvt-unicode/src/keyboard.h 2006/02/20 22:40:35 1.7 +++ rxvt-unicode/src/keyboard.h 2010/08/24 23:57:04 1.12 @@ -32,8 +32,8 @@ #include "rxvtutil.h" #define KEYSYM_HASH_BITS 4 /* lowest #bits of keysym is used as hash key */ -#define KEYSYM_HASH_BUDGETS (1< keymap; - - // stock keymaps are all static data - static keysym_t stock_keymap[]; - // user keymaps and their .string are dynamicaly allocated and freed - vector user_keymap; - vector user_translations; }; #endif /* KEYSYM_RESOURCE */