]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCommand.h
Proper implementatiom of isInToc()
[features.git] / src / insets / InsetCommand.h
index feb6626da451f64d5176868b32961b173694be1e..04f40f66a167fd3df152cf5554921837d136e9ae 100644 (file)
@@ -63,8 +63,6 @@ public:
        void setParam(std::string const & name, docstring const & value);
        /// FIXME Remove
        docstring const getFirstNonOptParam() const { return p_.getFirstNonOptParam(); }
-       /// whether to include this inset in the strings generated for the TOC
-       virtual bool isInToc() const { return false; }
 
        /// \name Methods inherited from Inset class
        //@{