diff options
Diffstat (limited to 'engines/xeen/town.cpp')
-rw-r--r-- | engines/xeen/town.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/xeen/town.cpp b/engines/xeen/town.cpp index 069ff8f818..1ebd683826 100644 --- a/engines/xeen/town.cpp +++ b/engines/xeen/town.cpp @@ -52,14 +52,6 @@ TownLocation::~TownLocation() { intf.mainIconsPrint(); } -void TownLocation::loadStrings(const Common::String &name) { - File f(name); - _textStrings.clear(); - while (f.pos() < f.size()) - _textStrings.push_back(f.readString()); - f.close(); -} - int TownLocation::show() { Map &map = *g_vm->_map; Party &party = *g_vm->_party; |