]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcite.C
hopefully fix tex2lyx linking.
[lyx.git] / src / insets / insetcite.C
index f3bfeffcd2c2efb1036cddd4a1b46770a18d2c38..5d66cef4366bd5b32696800d00542bdea3eb76ed 100644 (file)
@@ -394,7 +394,6 @@ string const cleanupWhitespace(string const & citelist)
 
 int InsetCitation::docbook(Buffer const &, odocstream & os, OutputParams const &) const
 {
-        // FIXME UNICODE
        os << "<citation>"
            << from_ascii(cleanupWhitespace(getContents()))
            << "</citation>";