aboutsummaryrefslogtreecommitdiff
path: root/lib/driver/rcinput.h
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-05-17 01:49:31 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-05-17 01:49:31 +0000
commit41ede5ef8052385661577e28e2f3c96c9377c4ee (patch)
tree2bf541fcfe60eaed1ca54039a0446b502afae93e /lib/driver/rcinput.h
parenta2fdb25ccdde65e3b545adbc1916c092582edf7d (diff)
downloadenigma2-41ede5ef8052385661577e28e2f3c96c9377c4ee.tar.gz
enigma2-41ede5ef8052385661577e28e2f3c96c9377c4ee.zip
- removed some OOOOOLD, never required code (last time it was used was in 2001(!))
Diffstat (limited to 'lib/driver/rcinput.h')
-rw-r--r--lib/driver/rcinput.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/driver/rcinput.h b/lib/driver/rcinput.h
index c13eafb1..6c180170 100644
--- a/lib/driver/rcinput.h
+++ b/lib/driver/rcinput.h
@@ -9,9 +9,6 @@ public:
void handleCode(int code);
eRCDeviceInputDev(eRCInputEventDriver *driver);
const char *getDescription() const;
-
- const char *getKeyDescription(const eRCKey &key) const;
- int getKeyCompatibleCode(const eRCKey &key) const;
};
#endif