X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d037f6cc8689b05ed53a732f28308525bad5ab4..bf973818a376aea7edf29ec264982fcde7423c78:/interface/wx/combo.h diff --git a/interface/wx/combo.h b/interface/wx/combo.h index 268f247573..d6e219350e 100644 --- a/interface/wx/combo.h +++ b/interface/wx/combo.h @@ -823,12 +823,6 @@ public: */ virtual void SetValue(const wxString& value); - /** - Same as SetValue(), but also sends wxCommandEvent of type - @c wxEVT_COMMAND_TEXT_UPDATED if @a withEvent is @true. - */ - void SetValueWithEvent(const wxString& value, bool withEvent = true); - /** Show the popup.