forked from mirror/OpenTTD
(svn r3204) Make handling of clicking on vehicles a bit less ugly by avoiding function declarations in .c files and unnecessary indirection
This commit is contained in:
@@ -1733,10 +1733,6 @@ void OnNewDay_RoadVeh(Vehicle *v)
|
||||
InvalidateWindowClasses(WC_ROADVEH_LIST);
|
||||
}
|
||||
|
||||
void HandleClickOnRoadVeh(Vehicle *v)
|
||||
{
|
||||
ShowRoadVehViewWindow(v);
|
||||
}
|
||||
|
||||
void RoadVehiclesYearlyLoop(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user