diff --git a/src/openrct2-ui/UiContext.Linux.cpp b/src/openrct2-ui/UiContext.Linux.cpp index ac1ab17f5f..95cabdfca9 100644 --- a/src/openrct2-ui/UiContext.Linux.cpp +++ b/src/openrct2-ui/UiContext.Linux.cpp @@ -14,7 +14,7 @@ *****************************************************************************/ #pragma endregion -#if defined(__linux__) +#ifdef __linux__ #include #include @@ -49,9 +49,6 @@ namespace OpenRCT2 { namespace Ui bool IsSteamOverlayAttached() override { - #ifdef __APPLE__ - return false; - #endif // See http://syprog.blogspot.ru/2011/12/listing-loaded-shared-objects-in-linux.html struct lmap {