]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
add missing writeNormal() methods to some insets
[lyx.git] / src / buffer.h
index 0a34563cf04e0433b2192bb6197368f34e38bf1e..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;