aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-08-02 13:34:24 +0000
committernyamatongwe <devnull@localhost>2001-08-02 13:34:24 +0000
commit1188c8f4155775e78b178e65c34e275328479f98 (patch)
treee4371b36626a9252057a8e052c2dbeccbbddfc35 /src
parent54cc8addc03070dc4cbeb341698a7f86d273058d (diff)
downloadscintilla-mirror-1188c8f4155775e78b178e65c34e275328479f98.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() {