From 5d0a4bc9d2244593ee362aa11e8cfadbaa80a1fe Mon Sep 17 00:00:00 2001 From: Kearwood Gilbert Date: Tue, 17 Aug 2021 00:38:11 -0700 Subject: [PATCH] Remove commented code --- kraken/KRContext.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/kraken/KRContext.h b/kraken/KRContext.h index 99fae99..0fec272 100755 --- a/kraken/KRContext.h +++ b/kraken/KRContext.h @@ -161,13 +161,7 @@ public: static std::mutex g_SurfaceInfoMutex; static std::mutex g_DeviceInfoMutex; - /* - KRDevice& GetDeviceInfo(KrDeviceHandle handle); - KRSurface& GetSurfaceInfo(KrSurfaceHandle handle); - VkInstance& GetVulkanInstance(); - KrSurfaceHandle GetBestDeviceForSurface(const VkSurfaceKHR& surface); - */ - + #if TARGET_OS_MAC static void attachToView(void *view); #endif