]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathAtom.h
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / 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_;