X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetBibitem.cpp;h=82d81852000f674aca14831f367a23334bdfd8cd;hb=8124e6c02ea1fd6779bb6c47ffe2bca2c8bd2d97;hp=d8fc08f779d06a052cb1898e6555c64e0e3b09de;hpb=5de60e3c772d0e6a47de2bdda3a47b035a40b2cf;p=lyx.git diff --git a/src/insets/InsetBibitem.cpp b/src/insets/InsetBibitem.cpp index d8fc08f779..82d8185200 100644 --- a/src/insets/InsetBibitem.cpp +++ b/src/insets/InsetBibitem.cpp @@ -28,7 +28,6 @@ #include "Language.h" #include "Lexer.h" #include "output_xhtml.h" -#include "OutputParams.h" #include "Paragraph.h" #include "ParagraphList.h" #include "ParIterator.h" @@ -343,10 +342,9 @@ 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; }