just show hdd info when there is one
[enigma2.git] / lib / gdi / lcd.h
index 88e543f77761024910432e5d12bc12cd6d9520eb..f2e707f035b6801852f316a40da91b279f5e6e1f 100644 (file)
@@ -1,5 +1,3 @@
-#ifndef DISABLE_LCD
-
 #ifndef __lcd_h
 #define __lcd_h
 
@@ -41,8 +39,8 @@ class eDBoxLCD: public eLCD
        unsigned char inverted;
 public:
        static eDBoxLCD *getInstance();
-       int switchLCD(int state);
-       int setLCDParameter(int brightness, int contrast);
+       int eDBoxLCD::setLCDContrast(int contrast);
+       int eDBoxLCD::setLCDBrightness(int brightness);
        void setInverted( unsigned char );
        eDBoxLCD();
        ~eDBoxLCD();
@@ -50,5 +48,3 @@ public:
 };
 
 #endif
-
-#endif //DISABLE_LCD