mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
rcinput: remove now unused (and broken) getFileHandle()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 63c3157dd8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-20 (Mon, 20 Feb 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -285,12 +285,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