]> git.lyx.org Git - lyx.git/blobdiff - src/counters.h
fix bug 2089: Touching Navigate menu crashes Lyx when a TOC inset is in a section...
[lyx.git] / src / counters.h
index 92da5a3c759e18def0db6e36b1c1ae3183ce7d22..df9a0a6149b00255e3867142478684fc314a2609 100644 (file)
@@ -18,7 +18,6 @@
 #include <map>
 #include <string>
 
-
 /// This represents a single counter.
 class Counter {
 public:
@@ -77,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, std::string const & langtype = "latin");
 private:
        /// A counter label's single item, 1 for subsection number in
        /// the 2.1.4 subsubsection number label.