diff options
Diffstat (limited to 'starmath/inc/cursor.hxx')
-rw-r--r-- | starmath/inc/cursor.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/starmath/inc/cursor.hxx b/starmath/inc/cursor.hxx index 8eac80689773..33f3718a0213 100644 --- a/starmath/inc/cursor.hxx +++ b/starmath/inc/cursor.hxx @@ -93,10 +93,6 @@ public: BuildGraph(); } - ~SmCursor() - { - } - /** Get position */ const SmCaretPos& GetPosition() const { return mpPosition->CaretPos; } |