]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracbase.h
updates to latexfeatures stuff; allow empty \document_path
[lyx.git] / src / mathed / math_fracbase.h
index 035d4f7c4d1e0495262856388d0f7f8a72f997f9..8fff7cfaf38e50156048d2bf1d3e49219a0138d6 100644 (file)
@@ -13,21 +13,13 @@ public:
        ///
        MathFracbaseInset();
        ///
-       bool idxUp(idx_type &, pos_type &) const;
+       bool idxUp(idx_type &) const;
        ///
-       bool idxDown(idx_type &, pos_type &) const;
+       bool idxDown(idx_type &) const;
        ///
        bool idxLeft(idx_type &, pos_type &) const;
        ///
        bool idxRight(idx_type &, pos_type &) const;
-       ///
-       bool idxFirstUp(idx_type &, pos_type &) const;
-       ///
-       bool idxFirstDown(idx_type &, pos_type &) const;
-       ///
-       bool idxLastUp(idx_type &, pos_type &) const;
-       ///
-       bool idxLastDown(idx_type &, pos_type &) const;
 };
 
 #endif