Commit fbfc7c97 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Remove the width and height fields from IWineD3DTextureImpl.

parent a3657c16
......@@ -994,8 +994,6 @@ static HRESULT WINAPI IWineD3DDeviceImpl_CreateTexture(IWineD3DDevice *iface,
*ppTexture = (IWineD3DTexture *)object;
basetexture_init(&object->baseTexture, Levels, Usage);
object->width = Width;
object->height = Height;
if (object->resource.format_desc->Flags & WINED3DFMT_FLAG_FILTERING)
{
......
......@@ -1385,9 +1385,6 @@ typedef struct IWineD3DTextureImpl
/* IWineD3DTexture */
IWineD3DSurface *surfaces[MAX_LEVELS];
UINT width;
UINT height;
UINT target;
BOOL cond_np2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment