]> git.lyx.org Git - features.git/commitdiff
remove bogus comment
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 20 May 2015 09:24:15 +0000 (11:24 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 20 May 2015 09:24:15 +0000 (11:24 +0200)
There used to be a showCursor call below the command, sometimes between 2002 and 2007.

src/Text3.cpp

index ca74d9d680eabc31dfb4efbd5fb883ac500abfe2..63e6a94a6ad8d5e5f182ff8458aa9401bc6e876d 100644 (file)
@@ -1075,8 +1075,6 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
                                        needsUpdate |= backspace(cur);
                                        cur.resetAnchor();
                                }
-                               // It is possible to make it a lot faster still
-                               // just comment out the line below...
                        }
                } else {
                        cutSelection(cur, true, false);