aboutsummaryrefslogtreecommitdiff
path: root/scripts/common_codegen.py
diff options
context:
space:
mode:
authorTony-LunarG <tony@lunarg.com>2018-11-13 15:15:15 -0700
committerTony Barbour <tony@lunarg.com>2018-11-13 16:29:30 -0700
commit46237f491f801917d3b6d6726fd981aa70a1c531 (patch)
tree25922b3bfcf1deb362dcdc7a75315936aba51431 /scripts/common_codegen.py
parent22a10df184b04e35dd976a74f8b4756bcf65a60f (diff)
downloadusermoji-46237f491f801917d3b6d6726fd981aa70a1c531.tar.xz
Remove last MIR reference
Change-Id: Ib7fd104466b189d2d8bb0c70cd6e7aa2623ea0e7
Diffstat (limited to 'scripts/common_codegen.py')
-rw-r--r--scripts/common_codegen.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/common_codegen.py b/scripts/common_codegen.py
index 37e0b29c..aae3425a 100644
--- a/scripts/common_codegen.py
+++ b/scripts/common_codegen.py
@@ -52,7 +52,6 @@ platform_dict = {
'fuchsia' : 'VK_USE_PLATFORM_FUCHSIA',
'ios' : 'VK_USE_PLATFORM_IOS_MVK',
'macos' : 'VK_USE_PLATFORM_MACOS_MVK',
- 'mir' : 'VK_USE_PLATFORM_MIR_KHR',
'vi' : 'VK_USE_PLATFORM_VI_NN',
'wayland' : 'VK_USE_PLATFORM_WAYLAND_KHR',
'win32' : 'VK_USE_PLATFORM_WIN32_KHR',