CTestMenu: disable unused vars

prevents possible compiler warnings or builderrors with pedantic gcc settings
This commit is contained in:
2016-02-07 15:04:58 +01:00
parent 342de45cc3
commit 9ff903f7a6

View File

@@ -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)
{