diff options
author | Ian Moffett <ian@osmora.org> | 2025-08-03 16:38:38 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-08-03 16:38:38 -0400 |
commit | 04d9b755b493fd69026603cdc4081c03c9b436a1 (patch) | |
tree | 0a12a292366bde5347fab003e844ac55fd899262 /lib/liboda/include | |
parent | 06558064013c61477a41c0821586c4443638cc2b (diff) |
liboda: input: Remove unused defines
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'lib/liboda/include')
-rw-r--r-- | lib/liboda/include/liboda/input.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/liboda/include/liboda/input.h b/lib/liboda/include/liboda/input.h index 7ba2670..c74a304 100644 --- a/lib/liboda/include/liboda/input.h +++ b/lib/liboda/include/liboda/input.h @@ -47,8 +47,6 @@ #define ODA_KEY_ESCAPE 0x0001 #define ODA_KEY_TAB 0x0002 #define ODA_KEY_BACKSPACE 0x0003 -#define ODA_KEY_ALPHA 0x0004 -#define ODA_KEY_NUM 0x0005 /* * Represents a key press |