]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/richtext/richtextstyles.h
undo the last change as it results in buildbot configuration error
[wxWidgets.git] / interface / wx / richtext / richtextstyles.h
index 1a6481f789641eba1f9f3596ce168b2bb961a739..0c20ec9a260d711d9df67d6c3f45028bb84df0c8 100644 (file)
@@ -510,18 +510,12 @@ public:
     */
     bool IsNumbered(int level) const;
 
-    //@{
     /**
         Sets the style for the given level. @a level is a number between 0 and 9.
         The first and most flexible form uses a wxTextAttr object, while the second
         form is for convenient setting of the most commonly-used attributes.
     */
     void SetLevelAttributes(int level, const wxTextAttr& attr);
-    void SetLevelAttributes(int level, int leftIndent,
-                            int leftSubIndent,
-                            int bulletStyle,
-                            const wxString& bulletSymbol = wxEmptyString);
-    //@}
 };