mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
rcinput: remove unused/unimplemented click functions
This commit is contained in:
committed by
M. Liebmann
parent
dceb6989a8
commit
f45456d7a8
@@ -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);
|
||||
|
Reference in New Issue
Block a user