XEEN: Remove unused GameEvent class

This commit is contained in:
Paul Gilbert 2018-04-07 11:07:54 -04:00
parent 6a32516490
commit d8e4f35cc0
3 changed files with 0 additions and 11 deletions

View File

@ -206,9 +206,4 @@ void EventsManager::nextFrame() {
_vm->_screen->update();
}
/*------------------------------------------------------------------------*/
GameEvent::GameEvent() {
}
} // End of namespace Xeen

View File

@ -189,11 +189,6 @@ public:
void waitForPress();
};
class GameEvent {
public:
GameEvent();
};
} // End of namespace Xeen
#endif /* XEEN_EVENTS_H */

View File

@ -191,7 +191,6 @@ public:
Spells *_spells;
Windows *_windows;
Mode _mode;
GameEvent _gameEvent;
GameMode _gameMode;
bool _noDirectionSense;
bool _startupWindowActive;