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

src/insets/insetfloatlist.C

index e4d448220a6823b34f5282f8f8325398e42788f2..057cd1bda7de3e066437cbbc770476e50b15177c 100644 (file)
@@ -129,7 +129,7 @@ int InsetFloatList::latex(Buffer const & buf, odocstream & os,
 
 
 int InsetFloatList::plaintext(Buffer const & buffer, odocstream & os,
-                              OutputParams const & runparams) const
+                              OutputParams const &) const
 {
        os << getScreenLabel(buffer) << "\n\n";