]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSideset.cpp
de.po
[lyx.git] / src / mathed / InsetMathSideset.cpp
index cdc5637282e0d817d49530defbdb5bb87b0e7dbb..ccbab52a80ef30ad14d2bd19222c2a5be6db0c75 100644 (file)
@@ -62,22 +62,6 @@ Inset * InsetMathSideset::clone() const
 }
 
 
-bool InsetMathSideset::idxFirst(Cursor & cur) const
-{
-       cur.idx() = 0;
-       cur.pos() = 0;
-       return true;
-}
-
-
-bool InsetMathSideset::idxLast(Cursor & cur) const
-{
-       cur.idx() = 0;
-       cur.pos() = nuc().size();
-       return true;
-}
-
-
 int InsetMathSideset::dybt(BufferView const & bv, int asc, int des, bool top) const
 {
        bool isCharBox = nuc().empty() ? false : isAlphaSymbol(nuc().back());