X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_diminset.h;h=3294e8f12e83cfddd4d3cc3a7bcb6a02fcaa9ff8;hb=3e93baac3cd18e27db3eb2a1fcaf90b25e0918a6;hp=908b23f01aecb87c6dff6e84e7efc03973c5c965;hpb=04296d3738e954982e9c087cc1ca7aaa792392ca;p=lyx.git diff --git a/src/mathed/math_diminset.h b/src/mathed/math_diminset.h index 908b23f01a..3294e8f12e 100644 --- a/src/mathed/math_diminset.h +++ b/src/mathed/math_diminset.h @@ -22,7 +22,7 @@ class PainterInfo; class MathDimInset : public MathInset { public: /// - MathDimInset(); + MathDimInset(); /// Dimension dimensions() const { return dim_; } @@ -33,20 +33,12 @@ public: /// int width() const; - /// - int xo() const { return xo_; } - /// - int yo() const { return yo_; } /// void setPosCache(PainterInfo const & pi, int x, int y) const; protected: /// mutable Dimension dim_; - /// - mutable int xo_; - /// - mutable int yo_; }; #endif