diff options
-rw-r--r-- | src/town.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/town.h b/src/town.h index 47e3313d3..7b9bae1ce 100644 --- a/src/town.h +++ b/src/town.h @@ -149,7 +149,6 @@ struct Town : TownPool::PoolItem<&_town_pool> { uint32 GetWorldPopulation(); void UpdateAllTownVirtCoords(); -void InitializeTown(); void ShowTownViewWindow(TownID town); void ExpandTown(Town *t); |