Remove whitespace in UiContext.cpp

This commit is contained in:
Richard Jenkins 2017-05-12 23:10:38 +01:00 committed by Gymnasiast
parent c71fc2b542
commit 63771389c3
1 changed files with 0 additions and 6 deletions

View File

@ -498,10 +498,6 @@ public:
SetCursorTrap(gConfigGeneral.trap_cursor); SetCursorTrap(gConfigGeneral.trap_cursor);
_platformUiContext->SetWindowIcon(_window); _platformUiContext->SetWindowIcon(_window);
#ifdef __MACOSX__
#endif
// Initialise the surface, palette and draw buffer // Initialise the surface, palette and draw buffer
OnResize(width, height); OnResize(width, height);
@ -511,8 +507,6 @@ public:
// Check if steam overlay renderer is loaded into the process // Check if steam overlay renderer is loaded into the process
_steamOverlayActive = _platformUiContext->IsSteamOverlayAttached(); _steamOverlayActive = _platformUiContext->IsSteamOverlayAttached();
TriggerResize(); TriggerResize();
} }
void CloseWindow() override void CloseWindow() override