]> git.lyx.org Git - lyx.git/blobdiff - src/counters.h
Two fixes involving RtL text drawing
[lyx.git] / src / counters.h
index 4aee7f93aeef550a3badd498df352ad7196cd5f8..df9a0a6149b00255e3867142478684fc314a2609 100644 (file)
@@ -18,8 +18,6 @@
 #include <map>
 #include <string>
 
-#include "buffer.h"
-
 /// This represents a single counter.
 class Counter {
 public:
@@ -78,8 +76,6 @@ public:
        /// A complete expanded label, like 2.1.4 for a subsubsection
        /// according to the given format
        std::string counterLabel(std::string const & format);
-       /// A complete label, like 1.a for enumerations
-       std::string enumLabel(std::string const & ctr, Buffer const & buf);
 private:
        /// A counter label's single item, 1 for subsection number in
        /// the 2.1.4 subsubsection number label.