]> git.lyx.org Git - features.git/blobdiff - src/buffer.h
Docbook supported version is now 4.1 (only 3 lines changed for that).
[features.git] / src / buffer.h
index 5460dec970680bd5f2af54cb2ae24d1f36a0bacd..a5acfada54c0306518aed693dfd3d2aea39a0ea7 100644 (file)
@@ -327,10 +327,6 @@ public:
        /// Used when typesetting to place errorboxes.
        TexRow texrow;
 private:
-        ///
-       void docbookHandleCaption(std::ostream & os, string & inner_tag,
-                                 Paragraph::depth_type depth, int desc_on,
-                                 Paragraph * & par);
        /// Open SGML/XML tag.
         void sgmlOpenTag(std::ostream & os, Paragraph::depth_type depth,
                         string const & latexname) const;