mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
Merge pull request #12598 from markwkidd/input-cleanup
remove unused enum input_device_type from input_driver.h
This commit is contained in:
commit
119788593c
@ -43,13 +43,6 @@
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
||||
enum input_device_type
|
||||
{
|
||||
INPUT_DEVICE_TYPE_NONE = 0,
|
||||
INPUT_DEVICE_TYPE_KEYBOARD,
|
||||
INPUT_DEVICE_TYPE_JOYPAD
|
||||
};
|
||||
|
||||
enum input_toggle_type
|
||||
{
|
||||
INPUT_TOGGLE_NONE = 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user