(svn r6243) -Codechange: made SortVehicleList() static as well since that one is not used in any other files either (Thanks Tron for pointing this out)
This commit is contained in:
@@ -17,8 +17,6 @@ void InitializeVehiclesGuiList(void);
|
||||
void RebuildVehicleLists(void);
|
||||
void ResortVehicleLists(void);
|
||||
|
||||
void SortVehicleList(struct vehiclelist_d *vl);
|
||||
|
||||
#define PERIODIC_RESORT_DAYS 10
|
||||
#define SORT_BY_UNSORTED 0
|
||||
extern const StringID _vehicle_sort_listing[];
|
||||
|
||||
Reference in New Issue
Block a user