From f4982f38a28259349f19db81939d32368823bf1a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Wed, 14 Jan 2004 16:28:39 +0000 Subject: [PATCH] even more unneeded functions git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8346 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_iterator.C | 12 ------------ src/mathed/math_iterator.h | 4 ---- 2 files changed, 16 deletions(-) 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 -- 2.39.2