From: André Pönitz Date: Wed, 14 Jan 2004 16:28:39 +0000 (+0000) Subject: even more unneeded functions X-Git-Tag: 1.6.10~15575 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f4982f38a28259349f19db81939d32368823bf1a;p=features.git even more unneeded functions git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8346 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/math_iterator.C b/src/mathed/math_iterator.C index 180de4602f..d8ad666d9e 100644 --- a/src/mathed/math_iterator.C +++ b/src/mathed/math_iterator.C @@ -51,18 +51,6 @@ void MathIterator::pop() } -CursorSlice const & MathIterator::operator*() const -{ - return back(); -} - - -CursorSlice const & MathIterator::operator->() const -{ - return back(); -} - - void MathIterator::goEnd() { CursorSlice & top = back(); diff --git a/src/mathed/math_iterator.h b/src/mathed/math_iterator.h index c54c61808d..3c33fb24de 100644 --- a/src/mathed/math_iterator.h +++ b/src/mathed/math_iterator.h @@ -42,10 +42,6 @@ public: MathIterator(); /// start with given inset explicit MathIterator(MathInset * p); - /// - CursorSlice const & operator*() const; - /// - CursorSlice const & operator->() const; /// move on one step void operator++(); /// move on several steps