From 2bd357c7fa827511dc6548142c32a27a972c4e1b Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 5 May 2013 00:14:08 +1000 Subject: Removed nethods that are no longer used and are less safe than alternatives. --- src/Document.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Document.h') diff --git a/src/Document.h b/src/Document.h index b14375acc..e6e225e8f 100644 --- a/src/Document.h +++ b/src/Document.h @@ -315,7 +315,6 @@ public: int CountCharacters(int startPos, int endPos); int FindColumn(int line, int column); void Indent(bool forwards, int lineBottom, int lineTop); - static char *TransformLineEnds(int *pLenOut, const char *s, size_t len, int eolModeWanted); static std::string TransformLineEnds(const char *s, size_t len, int eolModeWanted); void ConvertLineEnds(int eolModeSet); void SetReadOnly(bool set) { cb.SetReadOnly(set); } -- cgit v1.2.3