]> git.lyx.org Git - lyx.git/blobdiff - src/Counters.h
Amend 3093789e for cmake build
[lyx.git] / src / Counters.h
index e6554a284f37ae150e6fc709eab8c68a6567e98a..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()) const;
        /** returns the expanded string representation of counter \c
         *  c. The \c lang code is used to translate the string.
         */