Module: Mesa Branch: master Commit: 7e1e06bc75bd9fc4a5b69c19fc140a6b4775915c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e1e06bc75bd9fc4a5b69c19fc140a6b4775915c
Author: Dave Airlie <[email protected]> Date: Fri Oct 14 13:42:01 2016 +1000 anv: drop pointless struct decl. Acked-by: Jason Ekstrand <[email protected]> Signed-off-by: Dave Airlie <[email protected]> --- src/intel/vulkan/anv_private.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index 2e37069..8ba0330 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 { _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
