diff options
Diffstat (limited to 'vehicle_gui.c')
-rw-r--r-- | vehicle_gui.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vehicle_gui.c b/vehicle_gui.c index c231e5f8d..4baf7f834 100644 --- a/vehicle_gui.c +++ b/vehicle_gui.c @@ -265,11 +265,6 @@ int ShowAdditionalText(int x, int y, int w, EngineID engine) return 10; } -/************ Sorter functions *****************/ -int CDECL GeneralOwnerSorter(const void *a, const void *b) -{ - return (*(const SortStruct*)a).owner - (*(const SortStruct*)b).owner; -} /* Variables you need to set before calling this function! * 1. (byte)_internal_sort_type: sorting criteria to sort on |