summaryrefslogtreecommitdiff
path: root/src/town.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/town.h')
-rw-r--r--src/town.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/town.h b/src/town.h
index bda85ff78..6d5707146 100644
--- a/src/town.h
+++ b/src/town.h
@@ -160,8 +160,6 @@ struct Town : PoolItem<Town, TownID, &_Town_pool> {
~Town();
bool IsValid() const { return this->xy != 0; }
-
- void QuickFree();
};
struct HouseSpec {