changeset 2810:61016c733667 draft

(svn r3358) Remove another piece of unused code
author tron <tron@openttd.org>
date Fri, 30 Dec 2005 22:09:01 +0000
parents bcd5e7a2bc83
children c06ee684f56f
files roadveh_cmd.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/roadveh_cmd.c
+++ b/roadveh_cmd.c
@@ -1611,10 +1611,6 @@
 	InvalidateWindowWidget(WC_VEHICLE_VIEW, v->index, STATUS_BAR);
 }
 
-int dist_compare(const void *a, const void *b)
-{
-	return ( *(const uint32 *)a) - ( *(const uint32 *) b);
-}
 
 void OnNewDay_RoadVeh(Vehicle *v)
 {