]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/richtext/richtextctrl.h
fix the definition of many static functions marked as 'const' or functions which...
[wxWidgets.git] / interface / wx / richtext / richtextctrl.h
index f70ad5a7dd7b1a291530af9a07837a541b0aa006..11a5b60b08d2babdc0468adc5524f42cc1fb4771 100644 (file)
@@ -443,7 +443,6 @@ public:
     */
     virtual void Clear();
 
-    //@{
     /**
         Clears the list style from the given range, clearing list-related attributes
         and applying any named paragraph style associated with each paragraph.
@@ -455,9 +454,6 @@ public:
     */
     bool ClearListStyle(const wxRichTextRange& range,
                         int flags = wxRICHTEXT_SETSTYLE_WITH_UNDO);
-    bool ClearListStyle(const wxRichTextRange& range,
-                        int flags = wxRICHTEXT_SETSTYLE_WITH_UNDO);
-    //@}
 
     /**
         Sends the event to the control.