diff options
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r-- | src/Editor.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx index 1c1e38d65..d298a8a5d 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -2132,14 +2132,6 @@ void Editor::Redo() { } } -void Editor::DelChar() { - if (!RangeContainsProtected(sel.MainCaret(), sel.MainCaret() + 1)) { - pdoc->DelChar(sel.MainCaret()); - } - // Avoid blinking during rapid typing: - ShowCaretAtCurrentPosition(); -} - void Editor::DelCharBack(bool allowLineStartDeletion) { RefreshStyleData(); if (!sel.IsRectangular()) |