From 864f44ddc23f6631c39a8b14a6181b95ebe52e2c Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sat, 14 Feb 2015 11:32:39 +0100 Subject: [PATCH] Fix unused parameter warning --- src/insets/InsetQuotes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2