include/d3d9types.h: Remove Size from D3DVOLUME_DESC.
diff --git a/include/d3d9types.h b/include/d3d9types.h
index d1f58b9..c0ead88 100644
--- a/include/d3d9types.h
+++ b/include/d3d9types.h
@@ -1528,7 +1528,7 @@
     D3DRESOURCETYPE     Type;
     DWORD               Usage;
     D3DPOOL             Pool;
-    UINT                Size;
+
     UINT                Width;
     UINT                Height;
     UINT                Depth;