diff options
author | nyamatongwe <devnull@localhost> | 2001-08-02 13:34:24 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-08-02 13:34:24 +0000 |
commit | 1188c8f4155775e78b178e65c34e275328479f98 (patch) | |
tree | e4371b36626a9252057a8e052c2dbeccbbddfc35 /src | |
parent | 54cc8addc03070dc4cbeb341698a7f86d273058d (diff) | |
download | scintilla-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.cxx | 1 |
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() { |