From 4381c90d1f2546c4f495ecad93c5338919809872 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 10 Apr 2013 00:51:50 +0000 Subject: [PATCH] Cut is documented in wxTextEntry now git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/textctrl.h | 5 ----- 1 file changed, 5 deletions(-) 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. -- 2.45.2