diff options
author | terkhen <terkhen@openttd.org> | 2010-07-14 19:37:04 +0000 |
---|---|---|
committer | terkhen <terkhen@openttd.org> | 2010-07-14 19:37:04 +0000 |
commit | c960e1a5ebf480f05c1b2443d4739cbedf13faa5 (patch) | |
tree | 18798064d4eab185b22b6750e178cb3725594b0b | |
parent | 13f764c1138d07e5b3f83fe880ae96667d536184 (diff) | |
download | openttd-c960e1a5ebf480f05c1b2443d4739cbedf13faa5.tar.xz |
(svn r20150) -Cleanup: Remove an unused function header.
-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); |