remove bogus comment

There used to be a showCursor call below the command, sometimes between 2002 and 2007.
This commit is contained in:
Jean-Marc Lasgouttes 2015-05-20 11:24:15 +02:00
parent cadc406363
commit 3176ac365c

View 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);