X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathNest.h;h=3e8e1a7087904a898e6504930d9fc5dae39eea67;hb=58ab972f714309aa87e7d956ceda00e18337875f;hp=31f12c21c145ce91b282e23b537c2beaacc312c6;hpb=237c132c1e6fc720b87f2fea6deb18a8395cbe0a;p=lyx.git diff --git a/src/mathed/InsetMathNest.h b/src/mathed/InsetMathNest.h index 31f12c21c1..3e8e1a7087 100644 --- a/src/mathed/InsetMathNest.h +++ b/src/mathed/InsetMathNest.h @@ -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_; };