diff options
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/node.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx index 215fded9f860..d03f0f23e12b 100644 --- a/starmath/inc/node.hxx +++ b/starmath/inc/node.hxx @@ -164,7 +164,6 @@ public: RectHorAlign GetRectHorAlign() const { return meRectHorAlign; } const SmRect & GetRect() const { return *this; } - SmRect & GetRect() { return *this; } void Move(const Point &rPosition); void MoveTo(const Point &rPosition) { Move(rPosition - GetTopLeft()); } |