]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_parser.C
Return UNDISPATCHED instead of FINISHED in the default branch
[features.git] / src / mathed / math_parser.C
index 10f2c46b1ad2380565c1394870f9f4744abc2c39..a63b0b0fbab0f48c58f1319e637f67a2dfef5006 100644 (file)
@@ -776,9 +776,6 @@ void Parser::parse_into(MathArray & array, unsigned flags, MathTextCodes code)
                        break; 
                }
 
-               else  LM_TK_SPECIAL:
-                       array.push_back(new MathCharInset(ival_, LM_TC_TEX));
-                       break;
 */
                
                else if (t.cs() == "begin") {