X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_iterator.h;h=d30bd4752998ba59c2d499f5935e6c45515d40d5;hb=254272868f1d891b9d0a778f871afb23cce84081;hp=29998f4ac4d95fe06c3211f821b2757ab882d395;hpb=d15da27db8264a33c14d1abca4dc7c8413f16126;p=lyx.git diff --git a/src/mathed/math_iterator.h b/src/mathed/math_iterator.h index 29998f4ac4..d30bd47529 100644 --- a/src/mathed/math_iterator.h +++ b/src/mathed/math_iterator.h @@ -37,11 +37,7 @@ public: /// read access to top most item MathArray const & cell() const; -private: - /// read access to top most item - MathXArray const & xcell() const; - /// write access to top most item - MathInset * nextInset() const; +private: /// own level down void push(MathInset *); /// own level up