From 1d9f732aba89d8184c3420f6ffee41e76475ec59 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 18 Aug 2014 09:58:47 +1000 Subject: Bug [#1640]. Remove dead DelChar method. From Ian Goldby. --- src/Editor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Editor.h') 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; -- cgit v1.2.3