diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-25 14:41:28 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-25 14:41:28 +0100 |
commit | 7c72e308a2042df1f3e83d497cbe3310a7a61f20 (patch) | |
tree | b457992fbbed410af5a99989e42c99584b21a5d8 | |
parent | 8cebd0a2ce09295a4c2d745eb9582e4270871a05 (diff) | |
parent | 6def1dfdd53d4d0a3674bdf413ab510831be9e91 (diff) |
Merge pull request #72032 from bruvzg/remove_super
Remove unused SUPER_L/R constants.
-rw-r--r-- | core/os/keyboard.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/os/keyboard.h b/core/os/keyboard.h index 6315356510..84017e89a6 100644 --- a/core/os/keyboard.h +++ b/core/os/keyboard.h @@ -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, |