diff --git a/src/driver/rcinput.h b/src/driver/rcinput.h index ce220bb43..848e54cf6 100644 --- a/src/driver/rcinput.h +++ b/src/driver/rcinput.h @@ -291,12 +291,6 @@ class CRCInput }; void set_rc_hw(void); - inline int getFileHandle(void) /* used for plugins (i.e. games) only */ - { - if (indev.empty()) - return -1; - return indev[0].fd; - } void stopInput(const bool ext = false); void restartInput(const bool ext = false); bool isLocked(void);