mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Remove whitespace in UiContext.cpp
This commit is contained in:
committed by
Gymnasiast
parent
c71fc2b542
commit
63771389c3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user