X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathRow.h;h=692c1e4ae546dea743e698bdc9789dff7b8fdafb;hb=6c13af3f298a96c5564684b83c52989473b020ce;hp=760ac18eb1cf8cd718ffa8e4076e4158426fbad8;hpb=f86dacc2927e23468d4f72b29ab7d770c295cfb2;p=lyx.git diff --git a/src/mathed/MathRow.h b/src/mathed/MathRow.h index 760ac18eb1..692c1e4ae5 100644 --- a/src/mathed/MathRow.h +++ b/src/mathed/MathRow.h @@ -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;