remove unneeded inset() member function

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8345 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2004-01-14 16:20:45 +00:00
parent 6238e20d09
commit 8e3d425230
2 changed files with 0 additions and 15 deletions

View 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
{

View File

@ -50,10 +50,6 @@ public:
void operator++();
/// move on several steps
void jump(difference_type);
/// read access to top most inset
MathInset const * inset() const;
/// read access to top most inset
MathInset * inset();
/// helper for iend
void goEnd();
/// read access to top most item