]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed OnSelect
authorJulian Smart <julian@anthemion.co.uk>
Sat, 18 Feb 2012 14:24:38 +0000 (14:24 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 18 Feb 2012 14:24:38 +0000 (14:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/richtext/richtextstyles.h

index f5be153b29feb59f6e8276b809e05ff0e30faac7..c1c636fef82f377ae2c36cb51d734057f9197c62 100644 (file)
@@ -295,11 +295,6 @@ public:
     */
     void OnLeftDown(wxMouseEvent& event);
 
-    /**
-        Reacts to selection.
-    */
-    void OnSelect(wxCommandEvent& event);
-
     /**
         If @a applyOnSelection is @true, clicking on a style name in the list will
         immediately apply the style to the associated rich text control.