]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCollapsable.h
move the the latex and validate methods from InsetCollapsable to InsetText; small...
[features.git] / src / insets / InsetCollapsable.h
index f082462e7e410aa489432e217617350f296c180d..18fca146e46a1cc3ef28c3b55095bcbaac36d5e0 100644 (file)
@@ -126,16 +126,12 @@ public:
        ///
        ColorCode labelColor() const { return getLayout().labelfont().color(); }
        ///
-       int latex(odocstream &, OutputParams const &) const;
-       ///
        int docbook(odocstream &, OutputParams const &) const;
        /// It will rarely be right to call this from subclasses, due
        /// to the fact that it steps counters, etc. Instead, call
        /// InsetText::xhtml().
        docstring xhtml(odocstream &, OutputParams const &) const;
        ///
-       void validate(LaTeXFeatures &) const;
-       ///
        InsetCode lyxCode() const { return COLLAPSABLE_CODE; }
 
        ///