diff options
Diffstat (limited to 'starmath/inc/view.hxx')
-rw-r--r-- | starmath/inc/view.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx index d17919eddc38..e6bf3238bec5 100644 --- a/starmath/inc/view.hxx +++ b/starmath/inc/view.hxx @@ -80,11 +80,6 @@ private: sal_uInt16 nZoom; protected: - void SetFormulaDrawPos(const Point &rPos) - { - aFormulaDrawPos = rPos; - } - virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle&) override; virtual void KeyInput(const KeyEvent& rKEvt) override; virtual void Command(const CommandEvent& rCEvt) override; |