mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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:
parent
8e3d425230
commit
f4982f38a2
@ -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();
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user