]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetFoot.cpp
Add a couple more HTML* tags to InsetLayout, in a way that improves the
[features.git] / src / insets / InsetFoot.cpp
index 22fa7f6f83aa6aa762ec8151f6aa49645701820f..2b64cc3640e28eb2d52e00b174d44b53c5356af0 100644 (file)
@@ -127,15 +127,4 @@ int InsetFoot::docbook(odocstream & os, OutputParams const & runparams) const
        return i;
 }
 
-
-int InsetFoot::xhtml(odocstream & os, OutputParams const & runparams) const
-{
-       // FIXME It'd be nice to output the note number, but we'd need to save 
-       // that when we go through updateLabels.
-       os << "<span class='footwrapper'><span class='notenum'>Note</span>\n";
-       InsetCollapsable::xhtml(os, runparams);
-       os << "\n</span>\n";
-       return 0;
-}
-
 } // namespace lyx