]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_inset.C
remove unneeded methods
[features.git] / src / mathed / math_inset.C
index 5d10501998d45fce3f0d0732e468c4107f0d95c3..25f194aed37908d6fe24c823a4062f3c124451e9 100644 (file)
@@ -185,18 +185,6 @@ bool MathInset::idxEnd(int &, int &) const
 }
 
 
-bool MathInset::idxFirstUp(int &, int &) const
-{
-       return false;
-}
-
-
-bool MathInset::idxFirstDown(int &, int &) const
-{
-       return false;
-}
-
-
 void MathInset::idxDelete(int &, bool & popit, bool & deleteit)
 {
        popit    = false;
@@ -208,18 +196,6 @@ void MathInset::idxDeleteRange(int, int)
 {}
 
 
-bool MathInset::idxLastUp(int &, int &) const
-{
-       return false;
-}
-
-
-bool MathInset::idxLastDown(int &, int &) const
-{
-       return false;
-}
-
-
 void MathInset::getXY(int & x, int & y) const
 {
    x = xo();