From 2cfdfb5d96b16dd89bacd1dca2def7ae3a4cbe87 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 30 Dec 2005 22:09:01 +0000 Subject: [PATCH] (svn r3358) Remove another piece of unused code --- roadveh_cmd.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roadveh_cmd.c b/roadveh_cmd.c index a640351ffd..c3ca908c60 100644 --- a/roadveh_cmd.c +++ b/roadveh_cmd.c @@ -1611,10 +1611,6 @@ static void CheckIfRoadVehNeedsService(Vehicle *v) 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) {