]> git.lyx.org Git - lyx.git/blobdiff - src/Counters.h
Amend 3093789e for cmake build
[lyx.git] / src / Counters.h
index 4708f5a331f8759f8f34cc41ba114247b4658033..ecd68537ae0c14590b82e7e7a99463c30391b2b1 100644 (file)
@@ -160,10 +160,6 @@ public:
        void reset(docstring const & match);
        /// Remove counter \p cnt.
        bool remove(docstring const & cnt);
-       /// Copy counters whose name matches match from the &from to
-       /// the &to array of counters. Empty string matches all.
-       void copy(Counters const & from, Counters & to,
-                 docstring const & match = docstring());
        /** returns the expanded string representation of counter \c
         *  c. The \c lang code is used to translate the string.
         */