]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formula.h
small cleanup, doxygen, formatting changes
[lyx.git] / src / mathed / formula.h
index f1dc758789d6001f1405c6cce1630de87aa68b1c..aa350a3f853eb7336f4473ddeb657b33f3a2f000 100644 (file)
@@ -128,10 +128,4 @@ private:
        ///
        string label;
 };
-
-
-// If a mathinset exist at cursor pos, just lock it.
-// Otherwise create a new one, and lock it.
-bool OpenMathInset(Buffer *);
-
 #endif