From f538b4f47716a450502bdfa93d9837c4103b1cdf Mon Sep 17 00:00:00 2001 From: krzys-h Date: Thu, 10 May 2018 11:32:33 +0200 Subject: [PATCH] What did I say about commiting in a hurry --- src/ui/controls/control.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/controls/control.cpp b/src/ui/controls/control.cpp index 9c91f51c..9a110e42 100644 --- a/src/ui/controls/control.cpp +++ b/src/ui/controls/control.cpp @@ -450,7 +450,6 @@ void CControl::Draw() Math::Point pos; float zoomExt, zoomInt; int icon; - int buttonFile = 1; if ( (m_state & STATE_VISIBLE) == 0 ) return;