X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fcounters.h;h=df9a0a6149b00255e3867142478684fc314a2609;hb=d9e6e32961860821ecc047039ae6c1a9dcc6e35d;hp=92da5a3c759e18def0db6e36b1c1ae3183ce7d22;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/counters.h b/src/counters.h index 92da5a3c75..df9a0a6149 100644 --- a/src/counters.h +++ b/src/counters.h @@ -18,7 +18,6 @@ #include #include - /// 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.