]> git.lyx.org Git - lyx.git/blobdiff - src/counters.h
another fix
[lyx.git] / src / counters.h
index d1c0ef59af0ad94246d9e6fee1ab76e508953f2f..d0b296b4183427b8876cc10e7e9eb53498b742e0 100644 (file)
@@ -55,10 +55,6 @@ private:
 /// Every instantiation is an array of counters of type Counter.
 class Counters {
 public:
-       ///
-       Counters();
-       ///
-       //~Counters();
        /// Add a new counter to array.
        void newCounter(string const & newc);
        /// Add new counter having oldc as its master.