From 1197a1745404029f687366d3cb36ec766cc5ee2b Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 2 Aug 2001 13:34:24 +0000 Subject: Removed commented out call to sort list as list is always in correct order now. --- src/AutoComplete.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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() { -- cgit v1.2.3