]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathScript.cpp
Removed unused private variable
[lyx.git] / src / mathed / InsetMathScript.cpp
index 57f3b87f88299414f9b4649f75d7c0d46107153f..8c6416a8c658bd89c08456cc287c3fb80f72409e 100644 (file)
@@ -72,22 +72,6 @@ InsetMathScript * InsetMathScript::asScriptInset()
 }
 
 
-bool InsetMathScript::idxFirst(Cursor & cur) const
-{
-       cur.idx() = 0;
-       cur.pos() = 0;
-       return true;
-}
-
-
-bool InsetMathScript::idxLast(Cursor & cur) const
-{
-       cur.idx() = 0;
-       cur.pos() = nuc().size();
-       return true;
-}
-
-
 MathData const & InsetMathScript::down() const
 {
        if (nargs() == 3)