mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- remove --enable-testing switch; testmenu is intergrated into usermenu
Signed-off-by: Thilo Graf <dbt@novatux.de> I think this is not a really good idea, because it was never intended for normal users.
This commit is contained in:
@@ -97,6 +97,7 @@ libneutrino_gui_a_SOURCES = \
|
||||
sleeptimer.cpp \
|
||||
start_wizard.cpp \
|
||||
subchannel_select.cpp \
|
||||
test_menu.cpp \
|
||||
themes.cpp \
|
||||
timeosd.cpp \
|
||||
update.cpp \
|
||||
@@ -162,11 +163,6 @@ libneutrino_gui_a_SOURCES += \
|
||||
psisetup.cpp
|
||||
endif
|
||||
|
||||
if ENABLE_TESTING
|
||||
libneutrino_gui_a_SOURCES += \
|
||||
test_menu.cpp
|
||||
endif
|
||||
|
||||
libneutrino_gui2_a_SOURCES = \
|
||||
cam_menu.cpp \
|
||||
color.cpp \
|
||||
|
@@ -68,9 +68,6 @@
|
||||
#include "gui/sleeptimer.h"
|
||||
#include "gui/timerlist.h"
|
||||
#include "gui/update_menue.h"
|
||||
#ifdef ENABLE_TESTING
|
||||
#include "gui/test_menu.h"
|
||||
#endif
|
||||
#include "gui/update.h"
|
||||
#include "gui/vfd_setup.h"
|
||||
#include "gui/videosettings.h"
|
||||
@@ -282,10 +279,6 @@ void CNeutrinoApp::InitMenuMain()
|
||||
mf->setHint(NEUTRINO_ICON_HINT_CI, LOCALE_MENU_HINT_CI);
|
||||
personalize.addItem(MENU_MAIN, mf, &g_settings.personalize[SNeutrinoSettings::P_MAIN_CISETTINGS]);
|
||||
}
|
||||
|
||||
#ifdef ENABLE_TESTING
|
||||
personalize.addItem(MENU_MAIN, new CMenuForwarder("Test menu", true, NULL, new CTestMenu()), NULL, false, CPersonalizeGui::PERSONALIZE_SHOW_NO);
|
||||
#endif
|
||||
}
|
||||
|
||||
// settings menue
|
||||
|
Reference in New Issue
Block a user