Merge pull request #72032 from bruvzg/remove_super

Remove unused SUPER_L/R constants.
This commit is contained in:
Rémi Verschelde 2023-01-25 14:41:28 +01:00
commit 7c72e308a2
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -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,