mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-24 19:45:07 +00:00
XEEN: Remove unused GameEvent class
This commit is contained in:
parent
6a32516490
commit
d8e4f35cc0
@ -206,9 +206,4 @@ void EventsManager::nextFrame() {
|
||||
_vm->_screen->update();
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------*/
|
||||
|
||||
GameEvent::GameEvent() {
|
||||
}
|
||||
|
||||
} // End of namespace Xeen
|
||||
|
@ -189,11 +189,6 @@ public:
|
||||
void waitForPress();
|
||||
};
|
||||
|
||||
class GameEvent {
|
||||
public:
|
||||
GameEvent();
|
||||
};
|
||||
|
||||
} // End of namespace Xeen
|
||||
|
||||
#endif /* XEEN_EVENTS_H */
|
||||
|
@ -191,7 +191,6 @@ public:
|
||||
Spells *_spells;
|
||||
Windows *_windows;
|
||||
Mode _mode;
|
||||
GameEvent _gameEvent;
|
||||
GameMode _gameMode;
|
||||
bool _noDirectionSense;
|
||||
bool _startupWindowActive;
|
||||
|
Loading…
x
Reference in New Issue
Block a user