Changeset - r2810:a719ba5939b2
[Not reviewed]
master
0 1 0
tron - 19 years ago 2005-12-30 22:09:01
tron@openttd.org
(svn r3358) Remove another piece of unused code
1 file changed with 0 insertions and 4 deletions:
0 comments (0 inline, 0 general)
roadveh_cmd.c
Show inline comments
 
@@ -1611,10 +1611,6 @@ static void CheckIfRoadVehNeedsService(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)
 
{
0 comments (0 inline, 0 general)