even more unneeded functions

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

View 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();

View 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