X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_inset.C;h=9bc23390677907a362a73df3f06b728794f56084;hb=2da8fcabdc695b8bb139d7252b923ef6b9aa29dd;hp=b7649d8ef13a0463ddc3ce0a5d5e0207943d7614;hpb=cbf29c8fdcce744d30fa050666d5a47e6c19840c;p=lyx.git diff --git a/src/mathed/math_inset.C b/src/mathed/math_inset.C index b7649d8ef1..9bc2339067 100644 --- a/src/mathed/math_inset.C +++ b/src/mathed/math_inset.C @@ -27,7 +27,7 @@ int MathInset::workwidth; MathInset::MathInset() - : size_(LM_ST_DISPLAY), code_(LM_TC_MIN), xo_(0), yo_(0) + : size_(LM_ST_DISPLAY), xo_(0), yo_(0) {} @@ -283,18 +283,6 @@ std::vector MathInset::idxBetween(int from, int to) const } -MathTextCodes MathInset::code() const -{ - return code_; -} - - -void MathInset::code(MathTextCodes t) -{ - code_ = t; -} - - void MathInset::metrics(MathStyles st) const { lyxerr << "MathInset::metrics() called directly!\n";