]> git.lyx.org Git - features.git/commitdiff
Fix unused parameter warning
authorGeorg Baum <baum@lyx.org>
Sat, 14 Feb 2015 10:32:39 +0000 (11:32 +0100)
committerGeorg Baum <baum@lyx.org>
Sat, 14 Feb 2015 10:32:39 +0000 (11:32 +0100)
src/insets/InsetQuotes.cpp

index 9cb4786bda5d618351294a00aad13f2b1829bcaa..1877949af74d92ffc4e64540faa7f3624315b93d 100644 (file)
@@ -328,7 +328,7 @@ int InsetQuotes::docbook(odocstream & os, OutputParams const &) const
 }
 
 
-docstring InsetQuotes::xhtml(XHTMLStream & xs, OutputParams const & op) const
+docstring InsetQuotes::xhtml(XHTMLStream & xs, OutputParams const &) const
 {
        xs << XHTMLStream::ESCAPE_NONE << getQuoteEntity();
        return docstring();