X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..d76a558d4d5216b0590907b92d3182f82057c1ae:/include/wx/gtk1/checkbox.h diff --git a/include/wx/gtk1/checkbox.h b/include/wx/gtk1/checkbox.h index 555a708d26..386a1bcb12 100644 --- a/include/wx/gtk1/checkbox.h +++ b/include/wx/gtk1/checkbox.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/gtk/checkbox.h +// Name: wx/gtk1/checkbox.h // Purpose: // Author: Robert Roebling // Id: $Id$ @@ -43,7 +43,7 @@ public: static wxVisualAttributes GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); - + // implementation // -------------- @@ -59,11 +59,6 @@ public: protected: virtual wxSize DoGetBestSize() const; -#ifdef __WXGTK20__ - void DoSet3StateValue(wxCheckBoxState state); - wxCheckBoxState DoGet3StateValue() const; -#endif - private: DECLARE_DYNAMIC_CLASS(wxCheckBox) };