diff options
author | Neil <nyamatongwe@gmail.com> | 2014-08-18 09:58:47 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-08-18 09:58:47 +1000 |
commit | e2380b46c46c05604934c0d97dea4adef3c5efed (patch) | |
tree | ad4162b9387bf8d46fec3efa5e51b0107714c40c /src/Editor.h | |
parent | d6713181a43ef1cc4dfabaf859b0e8fbb2feb612 (diff) | |
download | scintilla-mirror-e2380b46c46c05604934c0d97dea4adef3c5efed.tar.gz |
Bug [#1640]. Remove dead DelChar method.
From Ian Goldby.
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h index 7e505bb09..a1f39e7c8 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -403,7 +403,6 @@ protected: // ScintillaBase subclass needs access to much of Editor void SelectAll(); void Undo(); void Redo(); - void DelChar(); void DelCharBack(bool allowLineStartDeletion); virtual void ClaimSelection() = 0; |