]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_iterator.C
drop another function unknown to the outer world...
[lyx.git] / src / mathed / math_iterator.C
index 180de4602ff5daea747bc8b85a6bdfd8bd45a585..8c11cad1196d5d6e76f1519ccec6b79336414807 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();
@@ -111,14 +99,6 @@ void MathIterator::operator++()
 }
 
 
-void MathIterator::jump(difference_type i)
-{
-       back().pos_ += i;
-       //BOOST_ASSERT(back().pos_ >= 0);
-       BOOST_ASSERT(back().pos_ <= cell().size());
-}
-
-
 bool MathIterator::normal() const
 {
        return back().pos_ < cell().size();