]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_charinset.C
mathed uglyfication
[lyx.git] / src / mathed / math_charinset.C
index b8aa90f030cec6ce639b90538a8e77c8ffdbc985..1b32d447862de68a92fda60e6c1e8a4ea9c6352b 100644 (file)
 #include <config.h>
 
 #include "math_charinset.h"
-#include "dimension.h"
 #include "math_support.h"
 #include "math_mathmlstream.h"
+
+#include "debug.h"
+#include "dimension.h"
 #include "textpainter.h"
 
 using std::auto_ptr;
@@ -149,10 +151,3 @@ bool MathCharInset::isRelOp() const
 {
        return char_ == '=' || char_ == '<' || char_ == '>';
 }
-
-
-bool MathCharInset::match(MathInset const * p) const
-{
-       MathCharInset const * q = p->asCharInset();
-       return q && char_ == q->char_;
-}