diff options
author | Dave Airlie <[email protected]> | 2016-10-14 13:42:01 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2016-10-19 09:05:26 +1000 |
commit | 7e1e06bc75bd9fc4a5b69c19fc140a6b4775915c (patch) | |
tree | 9c70936b3965d76d606a32a0341210ae5c1171b4 | |
parent | e4df1830e474cd5bd3f3123c4c207ffa9148fcf9 (diff) |
anv: drop pointless struct decl.
Acked-by: Jason Ekstrand <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
-rw-r--r-- | src/intel/vulkan/anv_private.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index 2e3706906cc..8ba03300ce1 100644 --- a/src/intel/vulkan/anv_private.h +++ b/src/intel/vulkan/anv_private.h @@ -453,8 +453,6 @@ struct anv_bo *anv_scratch_pool_alloc(struct anv_device *device, extern struct anv_dispatch_table dtable; -struct anv_wsi_interaface; - #define VK_ICD_WSI_PLATFORM_MAX 5 struct anv_physical_device { |