Remove commented code

This commit is contained in:
2021-08-17 00:38:11 -07:00
parent a3fc0d84d4
commit 5d0a4bc9d2

View File

@@ -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