X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_diminset.h;h=3294e8f12e83cfddd4d3cc3a7bcb6a02fcaa9ff8;hb=3e93baac3cd18e27db3eb2a1fcaf90b25e0918a6;hp=f0b206b2d7746d1bdc8606f4e0891c4eee3b1b40;hpb=68b7ef25fb7d2da230d3eb11d6737701abfc2e64;p=lyx.git diff --git a/src/mathed/math_diminset.h b/src/mathed/math_diminset.h index f0b206b2d7..3294e8f12e 100644 --- a/src/mathed/math_diminset.h +++ b/src/mathed/math_diminset.h @@ -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