- reenable lcd support
[enigma2.git] / lib / gdi / lcd.h
index 88e543f77761024910432e5d12bc12cd6d9520eb..aee1417d1bd088f5a043ea27f9a010e34a54808d 100644 (file)
@@ -1,5 +1,3 @@
-#ifndef DISABLE_LCD
-
 #ifndef __lcd_h
 #define __lcd_h
 
@@ -41,7 +39,6 @@ class eDBoxLCD: public eLCD
        unsigned char inverted;
 public:
        static eDBoxLCD *getInstance();
-       int switchLCD(int state);
        int setLCDParameter(int brightness, int contrast);
        void setInverted( unsigned char );
        eDBoxLCD();
@@ -50,5 +47,3 @@ public:
 };
 
 #endif
-
-#endif //DISABLE_LCD