]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathOverset.cpp
Removed unused private variable
[lyx.git] / src / mathed / InsetMathOverset.cpp
index cea8840926ae6ef7ccae44dedf55d2668920ebc5..1295685d782567dafc609e767650ca963a0a2ed2 100644 (file)
@@ -57,22 +57,6 @@ void InsetMathOverset::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-bool InsetMathOverset::idxFirst(Cursor & cur) const
-{
-       cur.idx() = 1;
-       cur.pos() = 0;
-       return true;
-}
-
-
-bool InsetMathOverset::idxLast(Cursor & cur) const
-{
-       cur.idx() = 1;
-       cur.pos() = cur.lastpos();
-       return true;
-}
-
-
 void InsetMathOverset::write(WriteStream & os) const
 {
        MathEnsurer ensurer(os);