aboutsummaryrefslogtreecommitdiff
path: root/icd
diff options
context:
space:
mode:
Diffstat (limited to 'icd')
-rw-r--r--icd/common/icd.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/icd/common/icd.h b/icd/common/icd.h
index ec568e70..6b439924 100644
--- a/icd/common/icd.h
+++ b/icd/common/icd.h
@@ -30,14 +30,6 @@
#ifndef ICD_H
#define ICD_H
-
-// TODO: Generalize for other extension
-#ifdef _WIN32
-#define VK_USE_PLATFORM_WIN32_KHR
-#else // _WIN32
-#define VK_USE_PLATFORM_XCB_KHR
-#endif // _WIN32
-
#include <vulkan/vulkan.h>
#include <vulkan/vk_platform.h>
#include <vulkan/vk_lunarg_debug_report.h>