mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +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;
|
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)
|
int CTestMenu::exec(CMenuTarget* parent, const std::string &actionKey)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user