CTestMenu: disable unused vars

prevents possible compiler warnings or builderrors with pedantic gcc settings


Origin commit data
------------------
Branch: ni/coolstream
Commit: 9ff903f7a6
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-02-07 (Sun, 07 Feb 2016)



------------------
This commit was generated by Migit
This commit is contained in:
2016-02-07 15:04:58 +01:00
parent 0f5a8dda05
commit f9feb67162

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