From 46237f491f801917d3b6d6726fd981aa70a1c531 Mon Sep 17 00:00:00 2001 From: Tony-LunarG Date: Tue, 13 Nov 2018 15:15:15 -0700 Subject: Remove last MIR reference Change-Id: Ib7fd104466b189d2d8bb0c70cd6e7aa2623ea0e7 --- scripts/common_codegen.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/common_codegen.py') 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', -- cgit v1.2.3