From 9ff903f7a68f2a935bb3af25ddcd7e06a61e6c22 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 7 Feb 2016 15:04:58 +0100 Subject: [PATCH] CTestMenu: disable unused vars prevents possible compiler warnings or builderrors with pedantic gcc settings --- 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 4cce0bbe6..02e839237 100644 --- a/src/gui/test_menu.cpp +++ b/src/gui/test_menu.cpp @@ -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) {