]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_data.C
mathed uglyfication
[lyx.git] / src / mathed / math_data.C
index 35c727e263d229ba291c87157b25a8013d5b1f60..028d213e5ab8207fb3f7d5c0a4df908730dea981 100644 (file)
@@ -403,6 +403,7 @@ void MathArray::notifyCursorLeaves()
 {
        // do not recurse!
 
+/*
        // remove base-only "scripts"
        for (pos_type i = 0; i + 1 < size(); ++i) {
                MathScriptInset * p = operator[](i).nucleus()->asScriptInset();
@@ -424,5 +425,5 @@ void MathArray::notifyCursorLeaves()
                        mathcursor->adjust(i, -1);
                }
        }
-
+*/
 }