]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNest.C
hopefully fix tex2lyx linking.
[lyx.git] / src / mathed / InsetMathNest.C
index 0c7446513599f79cda03b6b672fb538a488d3618..2f2d312e3e75a2984be940da56475c7e95a34895 100644 (file)
@@ -1403,11 +1403,7 @@ bool InsetMathNest::script(LCursor & cur, bool up,
                }
                --cur.pos();
                InsetMathScript * inset = cur.nextAtom().nucleus()->asScriptInset();
-               // special handling of {}-bases
-               // is this always correct?
-               if (inset->nuc().size() == 1
-                   && inset->nuc().back()->asBraceInset())
-                       inset->nuc() = inset->nuc().back()->asNestInset()->cell(0);
+               // See comment in MathParser.C for special handling of {}-bases
 
                cur.push(*inset);
                cur.idx() = 1;