aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtneygo@google.com>2016-02-06 17:30:30 -0700
committerJon Ashburn <jon@lunarg.com>2016-02-18 14:48:06 -0700
commitdb476ba236a912e2ed76458fd65b306fe8ce36cd (patch)
treec610ee418dc6dfc35c512f0fa203f08988e3fb79
parent02f0faa4abc1c39cdc8d59c0457fa5e1098e8da0 (diff)
downloadusermoji-db476ba236a912e2ed76458fd65b306fe8ce36cd.tar.xz
swapchain: MR221: Remove unused property info
-rw-r--r--layers/swapchain.h19
1 files changed, 0 insertions, 19 deletions
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 <vector>
#include <unordered_map>
-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;