Remove redundant define, which was already inside the same define.

This commit is contained in:
Stephen Anthony 2020-10-25 11:28:35 -02:30
parent 61de76e9f0
commit 7cf72d7962
1 changed files with 0 additions and 4 deletions

View File

@ -429,11 +429,7 @@ void FrameBuffer::update(bool force)
if (!success) if (!success)
{ {
frames = 0; frames = 0;
#ifdef GUI_SUPPORT
myOSystem.eventHandler().enterMenuMode(EventHandlerState::TIMEMACHINE); myOSystem.eventHandler().enterMenuMode(EventHandlerState::TIMEMACHINE);
#else
myOSystem.eventHandler().changeStateByEvent(Event::TogglePauseMode);
#endif
} }
break; // EventHandlerState::PLAYBACK break; // EventHandlerState::PLAYBACK
} }