mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-31 07:45:44 +00:00
remove bogus comment
There used to be a showCursor call below the command, sometimes between 2002 and 2007.
This commit is contained in:
parent
cadc406363
commit
3176ac365c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user