]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBibitem.cpp
Improved character count statistics for letter based insets (e.g. the LyX logo).
[features.git] / src / insets / InsetBibitem.cpp
index d8fc08f779d06a052cb1898e6555c64e0e3b09de..b16687e7d70a2769af07323d81c88536cbbfa935 100644 (file)
@@ -343,10 +343,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;
 }