]> 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 f11c6002505b9b40d1c87b0d7296fc1f63ff9151..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;
@@ -82,8 +74,6 @@ public:
        void removeEmptyScripts();
        /// make sure a script is accessible
        void ensure(bool up);
-       /// only true if we are _in_ sub- or superscript, not in the convex hull
-       bool covers(int x, int y) const;
 
        // call these methods ...2 to make compaq cxx in anal mode happy...
        /// suppresses empty braces if necessary