diff options
author | tron <tron@openttd.org> | 2005-12-30 22:09:01 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-12-30 22:09:01 +0000 |
commit | 2cfdfb5d96b16dd89bacd1dca2def7ae3a4cbe87 (patch) | |
tree | 6e53f82f3b99c3a0c7075ea89b55039e04d18a8a | |
parent | bd226be988c79400b9e3143d2a2aeb5b7ff3f994 (diff) | |
download | openttd-2cfdfb5d96b16dd89bacd1dca2def7ae3a4cbe87.tar.xz |
(svn r3358) Remove another piece of unused code
-rw-r--r-- | roadveh_cmd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/roadveh_cmd.c b/roadveh_cmd.c index a640351ff..c3ca908c6 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) { |