aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Document.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2013-05-05 00:14:08 +1000
committernyamatongwe <devnull@localhost>2013-05-05 00:14:08 +1000
commit2bd357c7fa827511dc6548142c32a27a972c4e1b (patch)
treea3341015bc0be8dfc746b6c49a52f8b0ab949c99 /src/Document.h
parentdc758e3aac956c0d444ab5f65b16a3e35a437ce3 (diff)
downloadscintilla-mirror-2bd357c7fa827511dc6548142c32a27a972c4e1b.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); }