mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-11 23:50:58 +02:00
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:
committed by
Michael Liebmann
parent
3c678d45cf
commit
85b82bd12f
@@ -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