]> git.saurik.com Git - wxWidgets.git/commitdiff
Cut is documented in wxTextEntry now
authorRobin Dunn <robin@alldunn.com>
Wed, 10 Apr 2013 00:51:50 +0000 (00:51 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 10 Apr 2013 00:51:50 +0000 (00:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/textctrl.h

index 3e5bf954faec8f21a212c2d7e3cbc4ec1e3beae8..96f4dfdb6be77b669a328ec11850259668a3ef5a 100644 (file)
@@ -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.