From: Abdelrazak Younes Date: Mon, 1 Oct 2007 10:50:16 +0000 (+0000) Subject: Remove remnant of the past. X-Git-Tag: 1.6.10~8096 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3ee38712cb5c11eac876ea94c1fd4776f4b6a002;p=features.git Remove remnant of the past. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20632 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/MathAtom.h b/src/mathed/MathAtom.h index 5be1ab2fd3..90b7192570 100644 --- a/src/mathed/MathAtom.h +++ b/src/mathed/MathAtom.h @@ -64,9 +64,6 @@ public: /// access to the inset InsetMath const * operator->() const { return nucleus_; } - /// width cache. Not nice... - mutable int width_; - private: /// InsetMath * nucleus_;