]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibitem.cpp
Fix bug #12795
[lyx.git] / src / insets / InsetBibitem.cpp
index d8fc08f779d06a052cb1898e6555c64e0e3b09de..82d81852000f674aca14831f367a23334bdfd8cd 100644 (file)
@@ -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;
 }