]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_scriptinset.h
forward search in math insets. ugly. seems to work. don't ask why.
[lyx.git] / src / mathed / math_scriptinset.h
index 669e0e9bfd99f0dcbe424a088bc5bc9004babca7..608ce1fda5cc4f2978163b3e9b2aa837f3a0d450 100644 (file)
@@ -44,14 +44,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;
 
        /// identifies scriptinsets
        MathScriptInset const * asScriptInset() const;