X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fcounters.h;h=da7bf4467d6728aaafcdb182adb9636d1c064c94;hb=09e01879979643949f1f2c7216023f1f35d5ada2;hp=d1c0ef59af0ad94246d9e6fee1ab76e508953f2f;hpb=f17a13827844eb8e0dd208827fee32bf254ec544;p=lyx.git diff --git a/src/counters.h b/src/counters.h index d1c0ef59af..da7bf4467d 100644 --- a/src/counters.h +++ b/src/counters.h @@ -14,10 +14,6 @@ #ifndef COUNTERS_H #define COUNTERS_H -#ifdef __GNUG__ -#pragma interface -#endif - #include "LString.h" #include @@ -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.