]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MacroTable.cpp
... and RELEASE-NOTES
[lyx.git] / src / mathed / MacroTable.cpp
index 9ff4bfef7480ee7b8f3a42a74d825cde59bf90e2..5a61a8ba581176b382a64e9bb13e6ef2d1d973b6 100644 (file)
@@ -200,8 +200,7 @@ int MacroData::write(odocstream & os, bool overwriteRedefinition) const
        // output template
        MathMacroTemplate const & tmpl =
                static_cast<MathMacroTemplate const &>(*inset);
-       TexRow texrow(false);
-       otexrowstream ots(os,texrow);
+       otexrowstream ots(os);
        WriteStream wi(ots, false, true, WriteStream::wsDefault);
        return tmpl.write(wi, overwriteRedefinition);
 }