From 192625aa3a572fb8966cfba6b03782c93af4e0bb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Wed, 12 Dec 2001 14:39:33 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3200 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_cursor.C | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/mathed/math_cursor.C b/src/mathed/math_cursor.C index 39ead61ef6..4153bf4ac0 100644 --- a/src/mathed/math_cursor.C +++ b/src/mathed/math_cursor.C @@ -1224,7 +1224,6 @@ bool MathCursor::interpret(string const & s) bool MathCursor::script(bool up) { macroModeClose(); - lyxerr << "script 2: '" << up << "'\n"; selCut(); if (hasPrevAtom() && prevAtom()->asScriptInset()) { prevAtom()->asScriptInset()->ensure(up); @@ -1251,11 +1250,7 @@ bool MathCursor::script(bool up) bool MathCursor::interpret(char c) { - - lyxerr << "interpret 2: '" << c << "'\n"; - - // Removed super/subscript handling from here to ::script -MV - + //lyxerr << "interpret 2: '" << c << "'\n"; // handle macroMode if (inMacroMode()) { string name = macroName(); -- 2.39.5