]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed unused variable.
authorRobert Roebling <robert@roebling.de>
Fri, 9 Nov 2001 00:00:18 +0000 (00:00 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 9 Nov 2001 00:00:18 +0000 (00:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/radiobox.h
include/wx/gtk1/radiobox.h

index 16af2a266897c550427181753a5ebfb06461943d..6ecfc59a1755248426bd9c6b0909ec634423daea 100644 (file)
@@ -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;
index 16af2a266897c550427181753a5ebfb06461943d..6ecfc59a1755248426bd9c6b0909ec634423daea 100644 (file)
@@ -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;