mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
rcinput: remove now unused (and broken) getFileHandle()
Origin commit data
------------------
Commit: dceb6989a8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-20 (Mon, 20 Feb 2017)
This commit is contained in:
committed by
Michael Liebmann
parent
101ca7cc0a
commit
380eb92ef1
@@ -291,12 +291,6 @@ class CRCInput
|
|||||||
};
|
};
|
||||||
void set_rc_hw(void);
|
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 stopInput(const bool ext = false);
|
||||||
void restartInput(const bool ext = false);
|
void restartInput(const bool ext = false);
|
||||||
bool isLocked(void);
|
bool isLocked(void);
|
||||||
|
Reference in New Issue
Block a user