]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_iterator.C
remove unneeded inset() member function
[features.git] / src / mathed / math_iterator.C
index e4e1c657319861ccc11c6748c3543a9c7250be14..180de4602ff5daea747bc8b85a6bdfd8bd45a585 100644 (file)
@@ -27,17 +27,6 @@ MathIterator::MathIterator(MathInset * p)
 }
 
 
-MathInset const * MathIterator::inset() const
-{
-       return back().asMathInset();
-}
-
-
-MathInset * MathIterator::inset()
-{
-       return back().asMathInset();
-}
-
 
 MathArray const & MathIterator::cell() const
 {