mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +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()
|
void MathIterator::goEnd()
|
||||||
{
|
{
|
||||||
CursorSlice & top = back();
|
CursorSlice & top = back();
|
||||||
|
@ -42,10 +42,6 @@ public:
|
|||||||
MathIterator();
|
MathIterator();
|
||||||
/// start with given inset
|
/// start with given inset
|
||||||
explicit MathIterator(MathInset * p);
|
explicit MathIterator(MathInset * p);
|
||||||
///
|
|
||||||
CursorSlice const & operator*() const;
|
|
||||||
///
|
|
||||||
CursorSlice const & operator->() const;
|
|
||||||
/// move on one step
|
/// move on one step
|
||||||
void operator++();
|
void operator++();
|
||||||
/// move on several steps
|
/// move on several steps
|
||||||
|
Loading…
Reference in New Issue
Block a user