diff options
author | nyamatongwe <unknown> | 2013-05-05 00:14:08 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-05-05 00:14:08 +1000 |
commit | 022f16f9531e66d873b96c723ef949a9f31af3be (patch) | |
tree | 207705b227bc4185ec762ee1b0a9e797b83868c5 /src/Document.h | |
parent | c37c824e3a9f0ef57c5cdd41a42834b55ed78b91 (diff) | |
download | scintilla-mirror-022f16f9531e66d873b96c723ef949a9f31af3be.tar.gz |
Removed nethods that are no longer used and are less safe than alternatives.
Diffstat (limited to 'src/Document.h')
-rw-r--r-- | src/Document.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |