X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_inset.C;h=00f9c90124c2306a2641963cde4bc8d9b5e67311;hb=a8a1f10e765512b40f6942e5594363fe16542c1c;hp=0d25b777168dfba54a2811d7d8a1aa580f14a6aa;hpb=1eaa3eb913b16f4e6f5991b9c53b0b9ab3f84948;p=lyx.git diff --git a/src/mathed/math_inset.C b/src/mathed/math_inset.C index 0d25b77716..00f9c90124 100644 --- a/src/mathed/math_inset.C +++ b/src/mathed/math_inset.C @@ -51,13 +51,6 @@ void MathInset::dump() const } -void MathInset::drawSelection(PainterInfo &, - idx_type, pos_type, idx_type, pos_type) const -{ - lyxerr << "MathInset::drawSelection() called directly!" << endl; -} - - void MathInset::metricsT(TextMetricsInfo const &, Dimension &) const { #ifdef WITH_WARNINGS @@ -142,9 +135,3 @@ ostream & operator<<(ostream & os, MathAtom const & at) at->write(wi); return os; } - - -string MathInset::fileInsetLabel() const -{ - return "Formula"; -}