diff --git a/interface/wx/textctrl.h b/interface/wx/textctrl.h index 3e5bf954fa..96f4dfdb6b 100644 --- a/interface/wx/textctrl.h +++ b/interface/wx/textctrl.h @@ -1223,11 +1223,6 @@ public: const wxValidator& validator = wxDefaultValidator, const wxString& name = wxTextCtrlNameStr); - /** - Copies the selected text to the clipboard and removes the selection. - */ - virtual void Cut(); - /** Resets the internal modified flag as if the current changes had been saved.