From c86ae59d90feacf5f25755cf3daa1bdd8a10eb94 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Fri, 10 Apr 2015 17:33:47 -0600 Subject: [PATCH] vk_platform: Remove unneeded type after rename --- include/vk_platform.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/vk_platform.h b/include/vk_platform.h index 0f4927c..26962d0 100644 --- a/include/vk_platform.h +++ b/include/vk_platform.h @@ -81,7 +81,6 @@ typedef uint32_t bool32_t; typedef uint32_t VkSampleMask; typedef uint32_t VkFlags; -typedef int32_t VK_ENUM; #ifdef __cplusplus } // extern "C" -- 2.7.4