]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_iterator.C
drop another function unknown to the outer world...
[features.git] / src / mathed / math_iterator.C
index d8ad666d9e6b83fe857fc704dae7a000c693c42c..8c11cad1196d5d6e76f1519ccec6b79336414807 100644 (file)
@@ -99,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();