X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathAutoCorrect.cpp;h=3e1405b3dc6b97f2647447e1993903aca4e7be7c;hb=4c724a6072013247ac178f0acec06825585c6c55;hp=e49959a16d3aacf4c33454a9af25c6f34585d4c6;hpb=43f6b1672b5ef442b4e9b7e4f7ea76dc14ac4fc8;p=lyx.git diff --git a/src/mathed/MathAutoCorrect.cpp b/src/mathed/MathAutoCorrect.cpp index e49959a16d..3e1405b3dc 100644 --- a/src/mathed/MathAutoCorrect.cpp +++ b/src/mathed/MathAutoCorrect.cpp @@ -94,6 +94,7 @@ bool Correction::correct(MathAtom & at, char_type c) const } +#if 0 idocstream & operator>>(idocstream & is, Correction & corr) { corr.read(is); @@ -106,7 +107,7 @@ odocstream & operator<<(odocstream & os, Correction & corr) corr.write(os); return os; } - +#endif