]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_macroarg.C
fix macro, small cleanup
[features.git] / src / mathed / math_macroarg.C
index b79589ef69696936635b99185a8a16692a38a935..87670660746fa44c82aaf1ccdaad534706921c3d 100644 (file)
@@ -1,5 +1,9 @@
 #include <config.h>
 
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
 #include "math_macroarg.h"
 #include "mathed/support.h"
 #include "debug.h"
@@ -19,12 +23,6 @@ MathMacroArgument::MathMacroArgument(int n)
 }
 
 
-MathMacroArgument::~MathMacroArgument()
-{
-       lyxerr << "help, destroyme!" << std::endl;
-}
-
-
 MathedInset * MathMacroArgument::Clone()
 {
        return this;