Kill warning about unused parameter.

This commit is contained in:
Pavel Sanda 2020-07-25 22:29:07 +02:00
parent 459c17fb14
commit 618f3a0359

View File

@ -343,7 +343,7 @@ void InsetBibitem::updateBuffer(ParIterator const & it, UpdateType utype, bool c
}
void InsetBibitem::docbook(XMLStream & xs, OutputParams const &) const
void InsetBibitem::docbook(XMLStream &, OutputParams const &) const
{
// Nothing to do: everything is implemented in makeParagraphBibliography.
return;