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;