From 63771389c341993d951c4c9b601d237d17409ea5 Mon Sep 17 00:00:00 2001 From: Richard Jenkins Date: Fri, 12 May 2017 23:10:38 +0100 Subject: [PATCH] Remove whitespace in UiContext.cpp --- src/openrct2-ui/UiContext.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/openrct2-ui/UiContext.cpp b/src/openrct2-ui/UiContext.cpp index 141c494bbb..894aa17490 100644 --- a/src/openrct2-ui/UiContext.cpp +++ b/src/openrct2-ui/UiContext.cpp @@ -498,10 +498,6 @@ public: SetCursorTrap(gConfigGeneral.trap_cursor); _platformUiContext->SetWindowIcon(_window); - #ifdef __MACOSX__ - - #endif - // Initialise the surface, palette and draw buffer OnResize(width, height); @@ -511,8 +507,6 @@ public: // Check if steam overlay renderer is loaded into the process _steamOverlayActive = _platformUiContext->IsSteamOverlayAttached(); TriggerResize(); - - } void CloseWindow() override