From 1910b106e5576f4da8e1eadfbd42cf0a21753ee7 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Tue, 27 Jan 2015 11:07:21 -0700 Subject: xgl: Remove extraneous structSizes Alpha header rev: r29437 Bug #13299 --- include/xgl.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/xgl.h b/include/xgl.h index ba6ae1ae..95a3fc51 100644 --- a/include/xgl.h +++ b/include/xgl.h @@ -1353,7 +1353,6 @@ typedef struct _XGL_CHANNEL_MAPPING typedef struct _XGL_PHYSICAL_GPU_PROPERTIES { - XGL_SIZE structSize; XGL_UINT32 apiVersion; XGL_UINT32 driverVersion; XGL_UINT32 vendorId; @@ -1442,7 +1441,6 @@ typedef struct _XGL_LAYER_CREATE_INFO typedef struct _XGL_PHYSICAL_GPU_QUEUE_PROPERTIES { - XGL_SIZE structSize; // Size of structure in bytes XGL_FLAGS queueFlags; // XGL_QUEUE_FLAGS XGL_UINT queueCount; XGL_UINT maxAtomicCounters; @@ -1451,7 +1449,6 @@ typedef struct _XGL_PHYSICAL_GPU_QUEUE_PROPERTIES typedef struct _XGL_PHYSICAL_GPU_MEMORY_PROPERTIES { - XGL_SIZE structSize; // Size of structure in bytes XGL_BOOL supportsMigration; XGL_BOOL supportsPinning; } XGL_PHYSICAL_GPU_MEMORY_PROPERTIES; -- cgit v1.2.3