From db476ba236a912e2ed76458fd65b306fe8ce36cd Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Sat, 6 Feb 2016 17:30:30 -0700 Subject: swapchain: MR221: Remove unused property info --- layers/swapchain.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'layers') diff --git a/layers/swapchain.h b/layers/swapchain.h index 94bcc841..756daaea 100644 --- a/layers/swapchain.h +++ b/layers/swapchain.h @@ -35,25 +35,6 @@ #include #include -static const VkLayerProperties globalLayerProps[] = { - { - "VK_LAYER_LUNARG_swapchain", - VK_API_VERSION, // specVersion - VK_MAKE_VERSION(0, 1, 0), // implementationVersion - "layer: swapchain", - } -}; - -static const VkLayerProperties deviceLayerProps[] = { - { - "VK_LAYER_LUNARG_swapchain", - VK_API_VERSION, // specVersion - VK_MAKE_VERSION(0, 1, 0), // implementationVersion - "layer: swapchain", - } -}; - - using namespace std; -- cgit v1.2.3