]> git.lyx.org Git - features.git/commitdiff
Remove remnant of the past.
authorAbdelrazak Younes <younes@lyx.org>
Mon, 1 Oct 2007 10:50:16 +0000 (10:50 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 1 Oct 2007 10:50:16 +0000 (10:50 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20632 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/MathAtom.h

index 5be1ab2fd37863bbf856981f50267e44d5362a96..90b7192570b8de34ba5a1edc5d4eb39a0a280cbe 100644 (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_;