diff options
author | Chad Versace <[email protected]> | 2015-06-09 13:13:32 -0700 |
---|---|---|
committer | Chad Versace <[email protected]> | 2015-06-09 14:14:29 -0700 |
commit | 5b777e2bcf8efd813a312e4c3208d0ddb7440abb (patch) | |
tree | 0f240e1582adc491152d862a37e2a02f00f56bf2 | |
parent | d842a6965fe6990c7c4f52abf59008b2cb214a17 (diff) |
vk/image: Delete an old comment
-rw-r--r-- | src/vulkan/image.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vulkan/image.c b/src/vulkan/image.c index 83f4a1bf0cb..077b32650d6 100644 --- a/src/vulkan/image.c +++ b/src/vulkan/image.c @@ -29,8 +29,6 @@ #include "private.h" -// Image functions - static const uint8_t anv_halign[] = { [4] = HALIGN4, [8] = HALIGN8, |