mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
rcinput: remove now unused (and broken) getFileHandle()
This commit is contained in:
committed by
M. Liebmann
parent
8b8b4ce0e2
commit
dceb6989a8
@@ -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);
|
||||
|
Reference in New Issue
Block a user