]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathAutoCorrect.cpp
... and RELEASE-NOTES
[lyx.git] / src / mathed / MathAutoCorrect.cpp
index e49959a16d3aacf4c33454a9af25c6f34585d4c6..2af6c4b77da3bae5ad7a987301ff0d0bf41213e2 100644 (file)
@@ -35,6 +35,9 @@ namespace {
 class Correction {
 public:
        ///
+       /// \brief Correction
+       // it is fine not to initialize from2_
+       // coverity[UNINIT_CTOR]
        Correction() {}
        ///
        bool correct(MathAtom & at, char_type c) const;
@@ -94,6 +97,7 @@ bool Correction::correct(MathAtom & at, char_type c) const
 }
 
 
+#if 0
 idocstream & operator>>(idocstream & is, Correction & corr)
 {
        corr.read(is);
@@ -106,7 +110,7 @@ odocstream & operator<<(odocstream & os, Correction & corr)
        corr.write(os);
        return os;
 }
-
+#endif