forked from mirror/OpenTTD
(svn r22116) -Codechange: use PoolBase::Clean() at more places
This commit is contained in:
@@ -514,9 +514,3 @@ StationRect& StationRect::operator = (const Rect &src)
|
||||
this->bottom = src.bottom;
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
||||
void InitializeStations()
|
||||
{
|
||||
_station_pool.CleanPool();
|
||||
}
|
||||
|
Reference in New Issue
Block a user