]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathAtom.h
revert last patch. there's something wrong, possibly unrelated to this
[lyx.git] / src / mathed / MathAtom.h
index 5a0adf8672488ba5110d3e38b8fe018fe3101776..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_;