]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetMarginal.h
Add suffixed lyxconvert to cmake build.
[lyx.git] / src / insets / InsetMarginal.h
index 939c0d23c468444436251c9591ea102309ecc8a4..008a3dd039fae9c64a622ca8eb879edd15d2a181 100644 (file)
@@ -35,9 +35,6 @@ public:
                      size_t max_length = INT_MAX) const;
        ///
        int docbook(odocstream &, OutputParams const & runparams) const;
-       ///
-       void addToToc(DocIterator const & di, bool output_active,
-                                 UpdateType utype) const;
        /// Is the content of this inset part of the immediate (visible) text sequence?
        bool isPartOfTextSequence() const { return false; }
 private: