(svn r6270) Remove the "unsorted" vehicle sorter, because it's plain useless

This commit is contained in:
tron
2006-08-31 13:33:25 +00:00
parent c471ddf4b6
commit 7acc9ea1a7
29 changed files with 1 additions and 42 deletions

View File

@@ -18,8 +18,6 @@ void RebuildVehicleLists(void);
void ResortVehicleLists(void);
#define PERIODIC_RESORT_DAYS 10
#define SORT_BY_UNSORTED 0
extern const StringID _vehicle_sort_listing[];
typedef struct Listing {
bool order; // Ascending/descending?