File diff r12647:3ada08b745f5 → r12648:24c912bd53f6
src/station.cpp
Show inline comments
 
@@ -90,9 +90,6 @@ Station::~Station()
 
	/* Now delete all orders that go to the station */
 
	RemoveOrderFromAllVehicles(OT_GOTO_STATION, this->index);
 

	
 
	/* Subsidies need removal as well */
 
	DeleteSubsidyWith(ST_STATION, this->index);
 

	
 
	/* Remove all news items */
 
	DeleteStationNews(this->index);