X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsettoc.h;h=98813a7f1ad706e0d7254b91cbd59342f022a588;hb=fd355bbb2f3b192ccf92a59177eb68255449048f;hp=15796551288046850bc6772240ffdea665e5c5dd;hpb=559c84c370514403235ef94f7879a2e9185d8857;p=lyx.git diff --git a/src/insets/insettoc.h b/src/insets/insettoc.h index 1579655128..98813a7f1a 100644 --- a/src/insets/insettoc.h +++ b/src/insets/insettoc.h @@ -21,8 +21,6 @@ public: /// explicit InsetTOC(InsetCommandParams const &); /// - ~InsetTOC(); - /// std::auto_ptr 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