From 890993bff005213825e696978f75e8955c26732a Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Fri, 21 Mar 2014 11:13:05 +0100 Subject: [PATCH] Vibed: fixed various CLANG compiler warnings --- plugins/vibed/nine_button_selector.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/vibed/nine_button_selector.h b/plugins/vibed/nine_button_selector.h index bd8eacbc2..f17e36ace 100644 --- a/plugins/vibed/nine_button_selector.h +++ b/plugins/vibed/nine_button_selector.h @@ -87,8 +87,6 @@ private: pixmapButton * m_button; pixmapButton * m_lastBtn; - int m_selected; - } ; typedef IntModel nineButtonSelectorModel;