Remove remnant of the past.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20632 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-10-01 10:50:16 +00:00
parent 628eb46ccb
commit 3ee38712cb

View File

@ -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_;