(svn r3358) Remove another piece of unused code

This commit is contained in:
tron 2005-12-30 22:09:01 +00:00
parent 608e9a7203
commit 5353d05865
1 changed files with 0 additions and 4 deletions

View File

@ -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)
{