mirror of https://github.com/OpenTTD/OpenTTD
(svn r20150) -Cleanup: Remove an unused function header.
parent
13f764c113
commit
c960e1a5eb
|
@ -149,7 +149,6 @@ struct Town : TownPool::PoolItem<&_town_pool> {
|
||||||
uint32 GetWorldPopulation();
|
uint32 GetWorldPopulation();
|
||||||
|
|
||||||
void UpdateAllTownVirtCoords();
|
void UpdateAllTownVirtCoords();
|
||||||
void InitializeTown();
|
|
||||||
void ShowTownViewWindow(TownID town);
|
void ShowTownViewWindow(TownID town);
|
||||||
void ExpandTown(Town *t);
|
void ExpandTown(Town *t);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue