]> git.lyx.org Git - features.git/commitdiff
even more unneeded functions
authorAndré Pönitz <poenitz@gmx.net>
Wed, 14 Jan 2004 16:28:39 +0000 (16:28 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 14 Jan 2004 16:28:39 +0000 (16:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8346 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_iterator.C
src/mathed/math_iterator.h

index 180de4602ff5daea747bc8b85a6bdfd8bd45a585..d8ad666d9e6b83fe857fc704dae7a000c693c42c 100644 (file)
@@ -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();
index c54c61808d5543585a73fa5d4732bfaedc5f3526..3c33fb24de7d81f61937449f020e3eba8518af1e 100644 (file)
@@ -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