]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_charinset.C
simplified search in mathed
[features.git] / src / mathed / math_charinset.C
index 50263400310b087d760266dbaa6187f7bc304832..1b32d447862de68a92fda60e6c1e8a4ea9c6352b 100644 (file)
@@ -151,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_;
-}