summaryrefslogtreecommitdiffstats
path: root/src/intel
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-10-14 13:42:01 +1000
committerDave Airlie <airlied@redhat.com>2016-10-19 09:05:26 +1000
commit7e1e06bc75bd9fc4a5b69c19fc140a6b4775915c (patch)
tree9c70936b3965d76d606a32a0341210ae5c1171b4 /src/intel
parente4df1830e474cd5bd3f3123c4c207ffa9148fcf9 (diff)
downloadexternal_mesa3d-7e1e06bc75bd9fc4a5b69c19fc140a6b4775915c.zip
external_mesa3d-7e1e06bc75bd9fc4a5b69c19fc140a6b4775915c.tar.gz
external_mesa3d-7e1e06bc75bd9fc4a5b69c19fc140a6b4775915c.tar.bz2
anv: drop pointless struct decl.
Acked-by: Jason Ekstrand <jason@jlekstrand.net> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/intel')
-rw-r--r--src/intel/vulkan/anv_private.h2
1 files changed, 0 insertions, 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 {