cleanup and remove FactoryTest
[vuplus_dvbapp] / lib / gdi / lcd.cpp
index 931d41c..04ed7e2 100755 (executable)
@@ -124,23 +124,6 @@ void eDBoxLCD::setInverted(unsigned char inv)
        update();
 }
 
-int eDBoxLCD::setLED(int value, int option)
-{
-       switch(option)
-       {
-               case LED_BRIGHTNESS:
-                       ioctl(lcdfd, LED_IOCTL_BRIGHTNESS_NORMAL, (unsigned char)value);
-                       break;
-               case LED_DEEPSTANDBY:
-                       ioctl(lcdfd, LED_IOCTL_BRIGHTNESS_DEEPSTANDBY, (unsigned char)value);
-                       break;
-               case LED_BLINKINGTIME:
-                       ioctl(lcdfd, LED_IOCTL_BLINKING_TIME, (unsigned char)value);
-                       break;
-       }
-       return 0;
-}
-
 int eDBoxLCD::setLCDContrast(int contrast)
 {
 #ifndef NO_LCD
@@ -206,7 +189,7 @@ eDBoxLCD *eDBoxLCD::getInstance()
 
 void eDBoxLCD::update()
 {
-#ifdef BUILD_VUPLUS /* ikseong  */
+#ifdef BUILD_VUPLUS
        return ;
 #endif
        if (lcdfd >= 0)