]> git.lyx.org Git - features.git/commitdiff
Squash warning
authorPavel Sanda <sanda@lyx.org>
Tue, 7 Sep 2010 11:00:01 +0000 (11:00 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 7 Sep 2010 11:00:01 +0000 (11:00 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35305 a592a061-630c-0410-9148-cb99ea01b6c8

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")));