summaryrefslogtreecommitdiff
path: root/vehicle_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-08-14 20:37:15 +0000
committertron <tron@openttd.org>2006-08-14 20:37:15 +0000
commitc16d77874ebaee3b2b0291300cca25f553950e90 (patch)
tree2d31826820c930d7d765f59bf345a91c5ce0125b /vehicle_gui.c
parentba146839129e30f122fe247cdc052166d8edc08a (diff)
downloadopenttd-c16d77874ebaee3b2b0291300cca25f553950e90.tar.xz
(svn r5895) Remove dead code
Diffstat (limited to 'vehicle_gui.c')
-rw-r--r--vehicle_gui.c5
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