aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layers/core_validation.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp
index 25973826..155d5bd6 100644
--- a/layers/core_validation.cpp
+++ b/layers/core_validation.cpp
@@ -111,24 +111,12 @@ struct instance_layer_data {
bool surfaceExtensionEnabled = false;
bool displayExtensionEnabled = false;
-#ifdef VK_USE_PLATFORM_ANDROID_KHR
bool androidSurfaceExtensionEnabled = false;
-#endif
-#ifdef VK_USE_PLATFORM_MIR_KHR
bool mirSurfaceExtensionEnabled = false;
-#endif
-#ifdef VK_USE_PLATFORM_WAYLAND_KHR
bool waylandSurfaceExtensionEnabled = false;
-#endif
-#ifdef VK_USE_PLATFORM_WIN32_KHR
bool win32SurfaceExtensionEnabled = false;
-#endif
-#ifdef VK_USE_PLATFORM_XCB_KHR
bool xcbSurfaceExtensionEnabled = false;
-#endif
-#ifdef VK_USE_PLATFORM_XLIB_KHR
bool xlibSurfaceExtensionEnabled = false;
-#endif
};
struct layer_data {