From e85e192d0dc22d38841a47b2cedb123037efb3ae Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Mon, 20 Feb 2017 20:26:39 +0100 Subject: [PATCH] rcinput: remove now unused (and broken) getFileHandle() Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/63c3157dd8f31c6fab3b8d7bed68e9432adac75a Author: Stefan Seyfried Date: 2017-02-20 (Mon, 20 Feb 2017) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/rcinput.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/driver/rcinput.h b/src/driver/rcinput.h index ac2846745..93689f145 100644 --- a/src/driver/rcinput.h +++ b/src/driver/rcinput.h @@ -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);