aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/town.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/town.cpp')
-rw-r--r--engines/xeen/town.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/xeen/town.cpp b/engines/xeen/town.cpp
index 221f5d9978..52fa988e15 100644
--- a/engines/xeen/town.cpp
+++ b/engines/xeen/town.cpp
@@ -1184,9 +1184,6 @@ void Town::drawTownAnim(bool flag) {
screen._windows[3].update();
}
-/**
- * Returns true if a town location (bank, blacksmith, etc.) is currently active
- */
bool Town::isActive() const {
return _townSprites.size() > 0 && !_townSprites[0].empty();
}