]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracbase.h
fix build, thesaurus
[lyx.git] / src / mathed / math_fracbase.h
index 6fc8e5e1ea236a71d6cdfcfe3376a006dd5de75d..8fff7cfaf38e50156048d2bf1d3e49219a0138d6 100644 (file)
@@ -20,14 +20,6 @@ public:
        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