]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMath.cpp
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed / InsetMath.cpp
index 838438127b870b1295b740675ce3888319c4ee6c..25c4b3fdc826d6d5315233a3f99abac82df2242f 100644 (file)
@@ -77,8 +77,7 @@ void InsetMath::write(WriteStream & os) const
 }
 
 
-int InsetMath::plaintext(Buffer const &, odocstream &,
-                        OutputParams const &) const
+int InsetMath::plaintext(odocstream &, OutputParams const &) const
 {
        // all math plain text output shall take place in InsetMathHull
        BOOST_ASSERT(false);