From b92e30fbdd55ccaa606bcffb5554cecb9b998a1b Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Mon, 27 Oct 2008 23:09:08 +0000 Subject: [PATCH] Remove dead code. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27161 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathNest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/InsetMathNest.cpp b/src/mathed/InsetMathNest.cpp index 63e368cb80..ffde2ad45f 100644 --- a/src/mathed/InsetMathNest.cpp +++ b/src/mathed/InsetMathNest.cpp @@ -1593,7 +1593,7 @@ bool InsetMathNest::interpretChar(Cursor & cur, char_type c) } if (c == '{' || c == '}' || c == '&' || c == '$' || c == '#' || - c == '%' || c == '_' || c == ' ') { + c == '%' || c == '_') { cur.niceInsert(createInsetMath(docstring(1, c))); return true; } -- 2.39.5