]> git.lyx.org Git - lyx.git/blobdiff - src/counters.h
more code in the menu backend == less code in the menu frontends; add support for...
[lyx.git] / src / counters.h
index d1c0ef59af0ad94246d9e6fee1ab76e508953f2f..da7bf4467d6728aaafcdb182adb9636d1c064c94 100644 (file)
 #ifndef COUNTERS_H
 #define COUNTERS_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "LString.h"
 #include <map>
 
@@ -55,10 +51,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.