From 80c6f6f813f6a3561a9ce4ed1c32f50404d3fd0f Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sat, 19 Jul 2014 23:13:27 +0200 Subject: [PATCH] CTestMenu: remove unused variables Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/0806a2c30d6317d6c135ddaa870a1e5088ebdcbf Author: Thilo Graf Date: 2014-07-19 (Sat, 19 Jul 2014) --- src/gui/test_menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/test_menu.cpp b/src/gui/test_menu.cpp index f70275e0b..16759c67a 100644 --- a/src/gui/test_menu.cpp +++ b/src/gui/test_menu.cpp @@ -545,7 +545,7 @@ int CTestMenu::exec(CMenuTarget* parent, const std::string &actionKey) int hh = g_Font[SNeutrinoSettings::FONT_TYPE_MENU_TITLE]->getHeight(); if (footer == NULL){ footer = new CComponentsFooter (100, 30, 1000, hh, CComponentsFooter::CC_BTN_HELP | CComponentsFooter::CC_BTN_EXIT | CComponentsFooter::CC_BTN_MENU |CComponentsFooter::CC_BTN_MUTE_ZAP_ACTIVE, NULL, true); - int start = 5, btnw =90, btnh = 37; +// int start = 5, btnw =90, btnh = 37; footer->setButtonFont(g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_SMALL]); footer->setIcon(NEUTRINO_ICON_INFO);