fix seeking in filepush
[enigma2.git] / lib / driver / rcinput.h
index c13eafb13d72908c59e8152a3c0690058c0b15c0..6c180170925397cae351a44482700357cd9c7021 100644 (file)
@@ -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