]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.h
Some master/child biblio fixes.
[lyx.git] / src / insets / InsetNote.h
index dd580da8a024b8895e1a8933bfddb3bab8df7e4a..d6cc0a6510ec623e4903732b00ade77a1eaa1b64 100644 (file)
@@ -96,8 +96,6 @@ private:
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        ///
-       void addToToc(DocIterator const & di, bool output_active) const;
-       ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///
        Inset * clone() const { return new InsetNote(*this); }