]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_symbolinset.C
simplified search in mathed
[features.git] / src / mathed / math_symbolinset.C
index 6657899b3f06c6fd5aaff51b3715bf9c9150a6f6..995acee314642552d71a37df15a94f3e446e1e86 100644 (file)
@@ -182,13 +182,6 @@ char const * MathMLtype(string const & s)
 }
 
 
-bool MathSymbolInset::match(MathAtom const & at) const
-{
-       MathSymbolInset const * q = at->asSymbolInset();
-       return q && name() == q->name();
-}
-
-
 void MathSymbolInset::mathmlize(MathMLStream & os) const
 {
        char const * type = MathMLtype(sym_->extra);