]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacro.h
* corrected comment
[lyx.git] / src / mathed / MathMacro.h
index 529da8d34ba8f072de5fc6594ad828320ea010cf..276cbdb21f222fda328bce6d05e45f3524e537e8 100644 (file)
@@ -146,8 +146,6 @@ protected:
 private:
        ///
        virtual Inset * clone() const;
-       /// the index of the cursor slice of the macro, or -1 if it is not edited
-       int cursorIdx(Cursor const & cur) const;
        ///
        bool editMode(BufferView const * bv) const;
        
@@ -155,12 +153,10 @@ private:
        docstring name_;
        /// current display mode
        DisplayMode displayMode_;
-       /// display mode before change
+       /// expanded macro with ArgumentProxies
        InsetMathSqrt expanded_;
        /// number of arguments that were really attached
        size_t attachedArgsNum_;
-       /// cursor position during last draw
-       mutable std::map<BufferView const *, idx_type> previousCurIdx_;
        /// optional argument attached? (only in DISPLAY_NORMAL mode)
        size_t optionals_;
        /// fold mode to be set in next metrics call?