X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7421ab62574f7de584b2edf1270753277353371..43aecc4dd77cf2ee596ada72448f5ca3e8011afe:/include/wx/textctrl.h diff --git a/include/wx/textctrl.h b/include/wx/textctrl.h index af00d41d06..d9a6090ae7 100644 --- a/include/wx/textctrl.h +++ b/include/wx/textctrl.h @@ -665,11 +665,6 @@ public: virtual bool EmulateKeyPress(const wxKeyEvent& event); - // generate the wxEVT_COMMAND_TEXT_UPDATED event, like SetValue() does and - // return true if the event was processed - static bool SendTextUpdatedEvent(wxWindow *win); - bool SendTextUpdatedEvent() { return SendTextUpdatedEvent(this); } - // do the window-specific processing after processing the update event virtual void DoUpdateWindowUI(wxUpdateUIEvent& event);