]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_factory.h
split inset -> inset + updatableinset
[lyx.git] / src / mathed / math_factory.h
index 56e0e916691b9dcc4f4112c69e8639c727451fb4..8ddb4413ec4620324be0c7530de679f1271c80ba 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef MATH_FACTORY_H
 #define MATH_FACTORY_H
 
+
 #include "LString.h"
 #include "math_atom.h"
 
@@ -8,6 +9,5 @@ class MathInset;
 class latexkeys;
 
 MathAtom createMathInset(string const &);
-MathAtom createMathInset(latexkeys const *);
 
 #endif