From 9953325775d672c0ce49e6e8ac482cfafb1aaae5 Mon Sep 17 00:00:00 2001 From: Kearwood Gilbert Date: Thu, 7 Dec 2023 23:46:08 -0800 Subject: [PATCH] Removing invalid platform check for Linux (#3) --- kraken/KRContext.cpp | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/kraken/KRContext.cpp b/kraken/KRContext.cpp index ff93d3d..b3a7edf 100755 --- a/kraken/KRContext.cpp +++ b/kraken/KRContext.cpp @@ -62,21 +62,6 @@ int KRContext::KRENGINE_MIN_TEXTURE_DIM = 64; // TODO - This should be configured per-scene? Or auto/dynamic? int KRContext::KRENGINE_PRESTREAM_DISTANCE = 1000.0f; -#if TARGET_OS_IPHONE - - -#elif TARGET_OS_MAC - -#elif defined(_WIN32) || defined(_WIN64) - -#elif defined(ANDROID) - -#else - -#error Unsupported Platform - -#endif - std::mutex KRContext::g_SurfaceInfoMutex; std::mutex KRContext::g_DeviceInfoMutex;