]> git.lyx.org Git - features.git/blobdiff - src/paragraph.C
use stringstream, remove some old footnote handling
[features.git] / src / paragraph.C
index 314c4829c3515fd47ee2c6d633be8582f762a8e0..8472c72e5949a1d058fb17aec467f81c3769d10a 100644 (file)
@@ -178,7 +178,7 @@ LyXParagraph::~LyXParagraph()
 
 void LyXParagraph::writeFile(Buffer const * buf, ostream & os,
                             BufferParams const & bparams,
-                            char footflag, char dth) const
+                            char dth) const
 {
        // The beginning or end of a deeper (i.e. nested) area?
        if (dth != params.depth()) {
@@ -327,7 +327,7 @@ void LyXParagraph::writeFile(Buffer const * buf, ostream & os,
        
        // now write the next paragraph
        if (next_)
-               next_->writeFile(buf, os, bparams, footflag, dth);
+               next_->writeFile(buf, os, bparams, dth);
 }