]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathRow.h
Introduce hooks to encapsulate macro code of MathRow
[lyx.git] / src / mathed / MathRow.h
index 760ac18eb1cf8cd718ffa8e4076e4158426fbad8..692c1e4ae546dea743e698bdc9789dff7b8fdafb 100644 (file)
@@ -30,7 +30,6 @@ class PainterInfo;
 
 class InsetMath;
 class MathData;
-class MathMacro;
 
 /*
  * While for editing purpose it is important that macros are counted
@@ -81,10 +80,6 @@ public:
                // the number of characters forming the unique part.
                size_t compl_unique_to;
 
-               /// When type is BEG_MACRO, END_MACRO, BEG_ARG, END_ARG
-               /// the math macro
-               MathMacro const * macro;
-
                // type is BEG_ARG, END_ARG
                MathData const * ar;