mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Kill warning about unused parameter.
This commit is contained in:
parent
459c17fb14
commit
618f3a0359
@ -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.
|
// Nothing to do: everything is implemented in makeParagraphBibliography.
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user