diff options
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 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);  | 
