From: Robert Roebling Date: Fri, 9 Nov 2001 00:00:18 +0000 (+0000) Subject: Removed unused variable. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2710a096d15ca4055fd63bd48d7fc92eeb538d6d Removed unused variable. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/gtk/radiobox.h b/include/wx/gtk/radiobox.h index 16af2a2668..6ecfc59a17 100644 --- a/include/wx/gtk/radiobox.h +++ b/include/wx/gtk/radiobox.h @@ -99,7 +99,6 @@ public: virtual void DoSetSize( int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO ); virtual void OnInternalIdle(); - bool m_alreadySent; bool m_hasFocus, m_lostFocus; int m_majorDim; diff --git a/include/wx/gtk1/radiobox.h b/include/wx/gtk1/radiobox.h index 16af2a2668..6ecfc59a17 100644 --- a/include/wx/gtk1/radiobox.h +++ b/include/wx/gtk1/radiobox.h @@ -99,7 +99,6 @@ public: virtual void DoSetSize( int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO ); virtual void OnInternalIdle(); - bool m_alreadySent; bool m_hasFocus, m_lostFocus; int m_majorDim;