From: Jean-Marc Lasgouttes Date: Wed, 20 May 2015 09:24:15 +0000 (+0200) Subject: remove bogus comment X-Git-Tag: 2.2.0alpha1~723 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3176ac365ce5bdb85c00d1afc36d7feac2438847;p=features.git remove bogus comment There used to be a showCursor call below the command, sometimes between 2002 and 2007. --- diff --git a/src/Text3.cpp b/src/Text3.cpp index ca74d9d680..63e6a94a6a 100644 --- a/src/Text3.cpp +++ b/src/Text3.cpp @@ -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);