mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
CTestMenu: disable unused vars
prevents possible compiler warnings or builderrors with pedantic gcc settings
This commit is contained in:
@@ -107,7 +107,7 @@ CTestMenu::~CTestMenu()
|
||||
delete scrollbar;
|
||||
}
|
||||
|
||||
static int test_pos[4] = { 130, 192, 282, 360 };
|
||||
//static int test_pos[4] = { 130, 192, 282, 360 };
|
||||
|
||||
int CTestMenu::exec(CMenuTarget* parent, const std::string &actionKey)
|
||||
{
|
||||
|
Reference in New Issue
Block a user