From bfd0b6cc3189a3181e223c09a82474ed5f466476 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 4 May 2013 17:48:40 +1000 Subject: Replacing raw pointers and allocations with std::string. --- 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 5f0e5dad6..51420cf1e 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -523,7 +523,6 @@ protected: // ScintillaBase subclass needs access to much of Editor void GoToLine(int lineNo); virtual void CopyToClipboard(const SelectionText &selectedText) = 0; - char *CopyRange(int start, int end); std::string RangeText(int start, int end) const; void CopySelectionRange(SelectionText *ss, bool allowLineCopy=false); void CopyRangeToClipboard(int start, int end); -- cgit v1.2.3