remove unused enum input_device_type

This commit is contained in:
Mark W. Kidd 2021-06-30 19:05:56 -04:00
parent badd588652
commit fb2b3695d9

View File

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