]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathAutoCorrect.cpp
Do some caching of window title and related UI
[lyx.git] / src / mathed / MathAutoCorrect.cpp
index e49959a16d3aacf4c33454a9af25c6f34585d4c6..3e1405b3dc6b97f2647447e1993903aca4e7be7c 100644 (file)
@@ -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