X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7074ce3577987748739169a9475ffdc0f9873595..3692b33c7f1d4f86c3e5333954c454b15c20b4d2:/include/wx/gtk/control.h diff --git a/include/wx/gtk/control.h b/include/wx/gtk/control.h index 5d444e9b45..0dd1153df7 100644 --- a/include/wx/gtk/control.h +++ b/include/wx/gtk/control.h @@ -58,7 +58,6 @@ public: protected: virtual wxSize DoGetBestSize() const; void PostCreation(const wxSize& size); - void PostSetLabel(); #ifdef __WXGTK20__ wxString PrepareLabelMnemonics( const wxString &label ) const; @@ -89,7 +88,6 @@ protected: wxString m_label; char m_chAccel; // enabled to avoid breaking binary compatibility later on - bool m_createComplete; private: DECLARE_DYNAMIC_CLASS(wxControl)