2
0
Fork 0

Remove unused SUPER_L/R constants.

4.0
bruvzg 2023-01-25 14:22:28 +07:00
parent 6369196b96
commit 6def1dfdd5
No known key found for this signature in database
GPG Key ID: 7960FCF39844EC38
1 changed files with 0 additions and 2 deletions

@ -124,8 +124,6 @@ enum class Key {
KP_7 = SPECIAL | 0x8D,
KP_8 = SPECIAL | 0x8E,
KP_9 = SPECIAL | 0x8F,
SUPER_L = SPECIAL | 0x40,
SUPER_R = SPECIAL | 0x41,
MENU = SPECIAL | 0x42,
HYPER = SPECIAL | 0x43,
HELP = SPECIAL | 0x45,