From 05de8819baa4c9d1daef8bd742983d0665d03474 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 29 Aug 2019 21:11:52 -0700 Subject: XEEN: Remove unused methods, comments for engine methods --- engines/xeen/dialogs/dialogs_party.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/xeen/dialogs') diff --git a/engines/xeen/dialogs/dialogs_party.cpp b/engines/xeen/dialogs/dialogs_party.cpp index ac92ceb760..384edc2ee4 100644 --- a/engines/xeen/dialogs/dialogs_party.cpp +++ b/engines/xeen/dialogs/dialogs_party.cpp @@ -47,7 +47,6 @@ void PartyDialog::execute() { EventsManager &events = *_vm->_events; FileManager &files = *_vm->_files; Interface &intf = *_vm->_interface; - Map &map = *_vm->_map; Party &party = *_vm->_party; Screen &screen = *_vm->_screen; Sound &sound = *_vm->_sound; -- cgit v1.2.3