rcinput: remove unused/unimplemented click functions

Origin commit data
------------------
Branch: ni/coolstream
Commit: f45456d7a8
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:
Stefan Seyfried
2017-02-20 20:36:45 +01:00
committed by Michael Liebmann
parent 3c678d45cf
commit 85b82bd12f
6 changed files with 0 additions and 40 deletions

View File

@@ -164,10 +164,8 @@ class CRCInput
int fd_event;
int fd_max;
int clickfd;
__u16 rc_last_key;
OpenThreads::Mutex mutex;
void set_dsp();
void open(bool recheck = false);
bool checkpath(in_dev id);
@@ -329,10 +327,6 @@ class CRCInput
void clearRCMsg();
int messageLoop( bool anyKeyCancels = false, int timeout= -1 );
void open_click();
void close_click();
void play_click();
void reset_dsp(int rate);
void setLongPressAny(bool b) { longPressAny = b; };
void setKeyRepeatDelay(unsigned int start_ms, unsigned int repeat_ms);