]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettoc.h
Remove a whole heap of redundant functions from classes derived from
[lyx.git] / src / insets / insettoc.h
index 15796551288046850bc6772240ffdea665e5c5dd..98813a7f1ad706e0d7254b91cbd59342f022a588 100644 (file)
@@ -21,8 +21,6 @@ public:
        ///
        explicit InsetTOC(InsetCommandParams const &);
        ///
-       ~InsetTOC();
-       ///
        std::auto_ptr<InsetBase> clone() const;
        ///
        std::string const getScreenLabel(Buffer const &) const;
@@ -41,11 +39,6 @@ public:
        ///
        int docbook(Buffer const &, std::ostream &,
                    OutputParams const &) const;
-protected:
-       ///
-       virtual
-       DispatchResult
-       priv_dispatch(FuncRequest const & cmd, idx_type &, pos_type &);
 };
 
 #endif