mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
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:
parent
6238e20d09
commit
8e3d425230
@ -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
|
MathArray const & MathIterator::cell() const
|
||||||
{
|
{
|
||||||
|
@ -50,10 +50,6 @@ public:
|
|||||||
void operator++();
|
void operator++();
|
||||||
/// move on several steps
|
/// move on several steps
|
||||||
void jump(difference_type);
|
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
|
/// helper for iend
|
||||||
void goEnd();
|
void goEnd();
|
||||||
/// read access to top most item
|
/// read access to top most item
|
||||||
|
Loading…
Reference in New Issue
Block a user