]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macrotemplate.h
fix pullArg when pressing <Delete> at the end of an cell
[lyx.git] / src / mathed / math_macrotemplate.h
index 324af9b11392ac3c6c6c11ef8ef45bc16c587008..64283ab14c802e281a3e161d776a58b649a926a5 100644 (file)
@@ -2,8 +2,6 @@
 #ifndef MATH_MACROTEMPLATE_H
 #define MATH_MACROTEMPLATE_H
 
-#include <set>
-
 #include "math_inset.h"
 
 #ifdef __GNUG__
@@ -38,13 +36,8 @@ public:
 private:
        ///
        int numargs_;
-       ///
-       std::set<MathMacro *> users_;
-
        /// unimplemented
        void operator=(MathMacroTemplate const &);
-       /// unimplemented
-       //MathMacroTemplate(MathMacroTemplate const &);
 };
 
 #endif