diff options
author | nyamatongwe <unknown> | 2001-08-02 13:34:24 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-08-02 13:34:24 +0000 |
commit | 1197a1745404029f687366d3cb36ec766cc5ee2b (patch) | |
tree | e4371b36626a9252057a8e052c2dbeccbbddfc35 /src | |
parent | 6db5dbd93ce4e2c5f8be29fb56817bc8727cca95 (diff) | |
download | scintilla-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.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() { |