diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-01-25 14:22:28 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-01-25 14:22:28 +0200 |
commit | 6def1dfdd53d4d0a3674bdf413ab510831be9e91 (patch) | |
tree | 1f47ff8b447fedcb52df562a691a164e0ef725f0 | |
parent | 6369196b9698c92854bb4dba458ad0b099965d8f (diff) |
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, |