X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/24f54e45dcab823c7bf4af90fd912786855627c4..9c34a216817028bc533e07873d047208a96b05a2:/include/wx/gtk1/textctrl.h diff --git a/include/wx/gtk1/textctrl.h b/include/wx/gtk1/textctrl.h index bcff37f3ff..de6a4034f1 100644 --- a/include/wx/gtk1/textctrl.h +++ b/include/wx/gtk1/textctrl.h @@ -28,7 +28,7 @@ public: const wxValidator& validator = wxDefaultValidator, const wxString &name = wxTextCtrlNameStr); - virtual ~wxTextCtrl() wxNOEXCEPT; + virtual ~wxTextCtrl(); bool Create(wxWindow *parent, wxWindowID id, @@ -143,11 +143,6 @@ public: // implementation only from now on - // wxGTK-specific: called recursively by Enable, - // to give widgets an oppprtunity to correct their colours after they - // have been changed by Enable - virtual void OnEnabled( bool enabled ) ; - // tell the control to ignore next text changed signal void IgnoreNextTextUpdate();