mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- remove unused g_info.box_Type
This commit is contained in:
@@ -341,6 +341,7 @@ void CLCD::setlcdparameter(int dimm, const int contrast, const int power, const
|
|||||||
perror("[lcdd] set invert failed!");
|
perror("[lcdd] set invert failed!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
if (g_info.box_Type == CControld::TUXBOX_MAKER_PHILIPS)
|
if (g_info.box_Type == CControld::TUXBOX_MAKER_PHILIPS)
|
||||||
{
|
{
|
||||||
if (ioctl(fd, LCD_IOCTL_BIAS, &bias) < 0)
|
if (ioctl(fd, LCD_IOCTL_BIAS, &bias) < 0)
|
||||||
@@ -348,6 +349,7 @@ void CLCD::setlcdparameter(int dimm, const int contrast, const int power, const
|
|||||||
perror("[lcdd] set bias failed!");
|
perror("[lcdd] set bias failed!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
close(fd);
|
close(fd);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@@ -925,7 +925,6 @@ const time_settings_struct_t timing_setting[SNeutrinoSettings::TIMING_SETTING_CO
|
|||||||
|
|
||||||
struct SglobalInfo
|
struct SglobalInfo
|
||||||
{
|
{
|
||||||
unsigned char box_Type;
|
|
||||||
delivery_system_t delivery_system;
|
delivery_system_t delivery_system;
|
||||||
hw_caps_t *hw_caps;
|
hw_caps_t *hw_caps;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user