]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloatlist.C
fix compiler warning
[lyx.git] / 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";