From: Vadim Zeitlin Date: Mon, 3 Dec 2012 00:34:28 +0000 (+0000) Subject: wxGTK linking fix after r73102. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5b82415ebaaafbc7d057c3ae7e31e29c699fe9bb wxGTK linking fix after r73102. Remove SendSelectionChangedEvent() declaration, it's now in the base class. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/gtk/choice.h b/include/wx/gtk/choice.h index b9297200ec..eb1fe8989b 100644 --- a/include/wx/gtk/choice.h +++ b/include/wx/gtk/choice.h @@ -64,8 +64,6 @@ public: const wxValidator& validator = wxDefaultValidator, const wxString& name = wxChoiceNameStr ); - void SendSelectionChangedEvent(wxEventType evt_type); - int GetSelection() const; void SetSelection(int n);