]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_inset.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / math_inset.h
index eac36dd7da0d04c14ca70be325f43c338e4d584b..b5e5d20f6ae6ca7025f80bfbd1ba45028aa21b7a 100644 (file)
@@ -87,8 +87,6 @@ public:
        /// our members behave nicely...
        MathInset() {}
 
-       /// reproduce itself
-       virtual MathInset * clone() const = 0;
        /// substitutes macro arguments if necessary
        virtual void substitute(MathMacro const & macro);
        /// draw selection between two positions
@@ -255,9 +253,6 @@ public:
        /// dump content to stderr for debugging
        virtual void dump() const;
 
-       /// LyXInset stuff
-       /// write labels into a list
-       virtual void getLabelList(std::vector<string> &) const {}
        /// LyXInset stuff
        virtual bool numberedType() const { return false; }
        /// hull type