X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/20123d495814b8b8543bf43fbd63aa7ec21e5d78..19f87dbe255b5e85236547bfb4e20ad310644373:/include/wx/gtk1/radiobut.h diff --git a/include/wx/gtk1/radiobut.h b/include/wx/gtk1/radiobut.h index 8611d506b8..28cc834385 100644 --- a/include/wx/gtk1/radiobut.h +++ b/include/wx/gtk1/radiobut.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/gtk/radiobut.h +// Name: wx/gtk1/radiobut.h // Purpose: // Author: Robert Roebling // Id: $Id$ @@ -7,14 +7,9 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// - #ifndef __GTKRADIOBUTTONH__ #define __GTKRADIOBUTTONH__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface -#endif - //----------------------------------------------------------------------------- // wxRadioButton //----------------------------------------------------------------------------- @@ -56,7 +51,6 @@ public: virtual bool IsRadioButton() const { return TRUE; } - GSList *m_radioButtonGroup; void DoApplyWidgetStyle(GtkRcStyle *style); bool IsOwnGtkWindow( GdkWindow *window ); void OnInternalIdle();