]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibitem.cpp
Fix bug #12795
[lyx.git] / src / insets / InsetBibitem.cpp
index d2386979cb4e42f192711efbb5fefd45786b4e1b..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"
@@ -346,7 +345,6 @@ void InsetBibitem::updateBuffer(ParIterator const & it, UpdateType utype, bool c
 void InsetBibitem::docbook(XMLStream &, OutputParams const &) const
 {
        // Nothing to do: everything is implemented in makeParagraphBibliography.
-       return;
 }