]> git.lyx.org Git - features.git/commitdiff
*** empty log message ***
authorAndré Pönitz <poenitz@gmx.net>
Wed, 12 Dec 2001 14:39:33 +0000 (14:39 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 12 Dec 2001 14:39:33 +0000 (14:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3200 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_cursor.C

index 39ead61ef695bb1527d1a39d14e5490fdf976124..4153bf4ac0078befaa61bfc42dca3eaaa144cbbc 100644 (file)
@@ -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();