]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formulabase.h
architectural changes to tex2lyx
[lyx.git] / src / mathed / formulabase.h
index afa498d3a92b7aa4453c9f6e2cb14081d4d473b0..2699af0ffa2dc2f6eb519f6389b6410f51cc5acd 100644 (file)
@@ -29,8 +29,6 @@ class InsetFormulaBase : public UpdatableInset {
 public:
        ///
        InsetFormulaBase();
-       ///
-       Inset * clone(Buffer const &) const = 0;
        /// lowest x coordinate
        virtual int xlow() const;
        /// highest x coordinate
@@ -46,7 +44,7 @@ public:
        // user-accessible way to override "false positives"
        virtual void validate(LaTeXFeatures &) const;
        ///
-       virtual Inset::Code lyxCode() const;
+       virtual InsetOld::Code lyxCode() const;
        /// what appears in the minibuffer when opening
        virtual string const editMessage() const;
        ///
@@ -65,8 +63,6 @@ public:
        /// To allow transparent use of math editing functions
        //virtual void status(FuncRequest const &);
 
-       ///
-       virtual std::vector<string> const getLabelList() const;
        ///
        virtual MathAtom const & par() const = 0;
        ///
@@ -119,8 +115,6 @@ protected:
        mutable int xo_;
        ///
        mutable int yo_;
-       ///
-       mutable Dimension dim_;
 };
 
 // We don't really mess want around with mathed stuff outside mathed.