]> git.lyx.org Git - features.git/commitdiff
fix compiler warning
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 20 Feb 2007 20:53:37 +0000 (20:53 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 20 Feb 2007 20:53:37 +0000 (20:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17285 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/insetvspace.C

index 58b49a33f45aea597f87149d32bb436449689a5c..789b75c585f5be64795cb03464d492cd411bea1d 100644 (file)
@@ -211,7 +211,7 @@ int InsetVSpace::latex(Buffer const & buf, odocstream & os,
 
 
 int InsetVSpace::plaintext(Buffer const &, odocstream & os,
-                           OutputParams const & runparams) const
+                           OutputParams const &) const
 {
        os << "\n\n";
        return PLAINTEXT_NEWLINE;