mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-17 11:39:11 +00:00
(svn r3358) Remove another piece of unused code
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user