]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLine.cpp
Squash warning
[lyx.git] / src / insets / InsetLine.cpp
index 80791ed399ad36709b7792be8ee1536c913c9baa..be05fe14234b2e4201733cb6742e6d55306c5210 100644 (file)
@@ -164,7 +164,7 @@ void InsetLine::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-int InsetLine::latex(odocstream & os, OutputParams const & runparams) const
+int InsetLine::latex(odocstream & os, OutputParams const &) const
 {
        bool have_offset = true;
        Length offset_len = Length(to_ascii(getParam("offset")));