From 3ee38712cb5c11eac876ea94c1fd4776f4b6a002 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Mon, 1 Oct 2007 10:50:16 +0000 Subject: [PATCH] Remove remnant of the past. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20632 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/MathAtom.h | 3 --- 1 file changed, 3 deletions(-) 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_; -- 2.39.2