mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
fix commit 4fc2d90fd3 "vfd_setup.cpp: apply native sub head "
- remove superfluous entry
Signed-off-by: Thilo Graf <dbt@novatux.de>
Origin commit data
------------------
Branch: ni/coolstream
Commit: e459979960
Author: Frankenstone <dampf_acc@online.de>
Date: 2019-04-07 (Sun, 07 Apr 2019)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -229,13 +229,6 @@ int CVfdSetup::showBrightnessSetup()
|
|||||||
|
|
||||||
mn_widget->addIntroItems(LOCALE_LCDMENU_LCDCONTROLER);
|
mn_widget->addIntroItems(LOCALE_LCDMENU_LCDCONTROLER);
|
||||||
|
|
||||||
mf = new CMenuForwarder(LOCALE_MENU_BACK, true);
|
|
||||||
mf->setItemButton(!g_settings.menu_left_exit ? NEUTRINO_ICON_BUTTON_HOME : NEUTRINO_ICON_BUTTON_LEFT);
|
|
||||||
mf->setActivateObserver(this);
|
|
||||||
mn_widget->addItem(mf);
|
|
||||||
|
|
||||||
mn_widget->addItem(GenericMenuSeparatorLine);
|
|
||||||
|
|
||||||
brightness = CVFD::getInstance()->getBrightness();
|
brightness = CVFD::getInstance()->getBrightness();
|
||||||
brightnessstandby = CVFD::getInstance()->getBrightnessStandby();
|
brightnessstandby = CVFD::getInstance()->getBrightnessStandby();
|
||||||
brightnessdeepstandby = CVFD::getInstance()->getBrightnessDeepStandby();
|
brightnessdeepstandby = CVFD::getInstance()->getBrightnessDeepStandby();
|
||||||
|
Reference in New Issue
Block a user