]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNest.h
last commit was incomplete... not sure how I managed this..
[lyx.git] / src / mathed / InsetMathNest.h
index 31f12c21c145ce91b282e23b537c2beaacc312c6..3e8e1a7087904a898e6504930d9fc5dae39eea67 100644 (file)
@@ -33,8 +33,6 @@ public:
        /// the size is usually some sort of convex hull of the cells
        /// hides inset::metrics() intentionally!
        void metrics(MetricsInfo const & mi) const;
-       ///
-       Dimension const dimension(BufferView const &) const { return dim_; };
        /// draw background if locked
        void draw(PainterInfo & pi, int x, int y) const;
        /// draw selection background
@@ -161,8 +159,6 @@ protected:
        bool lock_;
        ///
        bool mouse_hover_;
-       /// Cached dimensions of the inset.
-       mutable Dimension dim_;
 };