keybindings: Don't bother saving num_lock / caps_lock in MetaDisplay

It's unused outside of this one function.
This commit is contained in:
Jasper St. Pierre
2014-04-07 17:19:39 -04:00
parent 42bcad6549
commit b38b037092
2 changed files with 8 additions and 12 deletions

View File

@ -233,8 +233,6 @@ struct _MetaDisplay
XModifierKeymap *modmap;
unsigned int above_tab_keycode;
unsigned int ignored_modifier_mask;
unsigned int num_lock_mask;
unsigned int scroll_lock_mask;
unsigned int hyper_mask;
unsigned int super_mask;
unsigned int meta_mask;