aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-08-02 13:34:24 +0000
committernyamatongwe <unknown>2001-08-02 13:34:24 +0000
commit1197a1745404029f687366d3cb36ec766cc5ee2b (patch)
treee4371b36626a9252057a8e052c2dbeccbbddfc35 /src
parent6db5dbd93ce4e2c5f8be29fb56817bc8727cca95 (diff)
downloadscintilla-mirror-1197a1745404029f687366d3cb36ec766cc5ee2b.tar.gz
Removed commented out call to sort list as list is always in correct order
now.
Diffstat (limited to 'src')
-rw-r--r--src/AutoComplete.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx
index ce151aff7..8c18ec5f5 100644
--- a/src/AutoComplete.cxx
+++ b/src/AutoComplete.cxx
@@ -90,7 +90,6 @@ void AutoComplete::SetList(const char *list) {
}
delete []words;
}
- //lb.Sort();
}
void AutoComplete::Show() {