diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-04-10 17:33:47 -0600 |
|---|---|---|
| committer | Chia-I Wu <olv@lunarg.com> | 2015-04-16 17:48:19 +0800 |
| commit | c86ae59d90feacf5f25755cf3daa1bdd8a10eb94 (patch) | |
| tree | 24f7dd68db8f8afdd75e9c6df83d6b3992a3fecf | |
| parent | c4535b8919c2820e436b631fdbf2060e094cfbef (diff) | |
| download | usermoji-c86ae59d90feacf5f25755cf3daa1bdd8a10eb94.tar.xz | |
vk_platform: Remove unneeded type after rename
| -rw-r--r-- | include/vk_platform.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vk_platform.h b/include/vk_platform.h index 0f4927c7..26962d02 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" |
