keyboard: Remove unused numlock and altgr masks

This commit is contained in:
Dorota Czaplejewicz
2019-08-05 17:35:27 +00:00
parent f371b14e89
commit 25a2e95890
3 changed files with 0 additions and 78 deletions

View File

@ -938,10 +938,6 @@ eek_xml_layout_real_create_keyboard (EekLayout *self,
eek_layout_place_sections(keyboard, view);
/* Use pre-defined modifier mask here. */
eek_keyboard_set_num_lock_mask (view, EEK_MOD2_MASK);
eek_keyboard_set_alt_gr_mask (view, EEK_BUTTON1_MASK);
return keyboard;
}