diff options
| author | Courtney Goeltzenleuchter <courtneygo@google.com> | 2016-02-06 17:30:30 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2016-02-18 14:48:06 -0700 |
| commit | db476ba236a912e2ed76458fd65b306fe8ce36cd (patch) | |
| tree | c610ee418dc6dfc35c512f0fa203f08988e3fb79 | |
| parent | 02f0faa4abc1c39cdc8d59c0457fa5e1098e8da0 (diff) | |
| download | usermoji-db476ba236a912e2ed76458fd65b306fe8ce36cd.tar.xz | |
swapchain: MR221: Remove unused property info
| -rw-r--r-- | layers/swapchain.h | 19 |
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; |
