aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2013-05-05 00:14:08 +1000
committernyamatongwe <unknown>2013-05-05 00:14:08 +1000
commit022f16f9531e66d873b96c723ef949a9f31af3be (patch)
tree207705b227bc4185ec762ee1b0a9e797b83868c5 /src/Document.h
parentc37c824e3a9f0ef57c5cdd41a42834b55ed78b91 (diff)
downloadscintilla-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.h1
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); }