X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_nestinset.C;h=ebe624c0447830962a2ce9e4a4532726961ccbb6;hb=c9c3b9b447c3f99a059730e7e4a6caf95496221a;hp=32ab637300641da3bf61a9dc9b4aefed833db9dc;hpb=20effa2eb1feaad48d8d0daf6d9d8eb250cf78be;p=lyx.git diff --git a/src/mathed/math_nestinset.C b/src/mathed/math_nestinset.C index 32ab637300..ebe624c044 100644 --- a/src/mathed/math_nestinset.C +++ b/src/mathed/math_nestinset.C @@ -148,15 +148,6 @@ void MathNestInset::dump() const } -void MathNestInset::push_back(unsigned char ch, MathTextCodes fcode) -{ - if (nargs()) - cells_.back().data_.push_back(ch, fcode); - else - lyxerr << "can't push without a cell\n"; -} - - void MathNestInset::push_back(MathInset * p) { if (nargs())