From: Georg Baum Date: Sat, 14 Feb 2015 10:32:39 +0000 (+0100) Subject: Fix unused parameter warning X-Git-Tag: 2.2.0alpha1~1305 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=864f44ddc23f6631c39a8b14a6181b95ebe52e2c;p=features.git Fix unused parameter warning --- diff --git a/src/insets/InsetQuotes.cpp b/src/insets/InsetQuotes.cpp index 9cb4786bda..1877949af7 100644 --- a/src/insets/InsetQuotes.cpp +++ b/src/insets/InsetQuotes.cpp @@ -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();