wined3d: Remove unused field: Surface.textureName.

This commit is contained in:
Ivan Gyurdiev 2006-09-04 01:26:00 -04:00 committed by Alexandre Julliard
parent 448f918a39
commit de54843d7b

View file

@ -860,7 +860,6 @@ struct IWineD3DSurfaceImpl
WINED3DSURFACET_DESC currentDesc;
IWineD3DPaletteImpl *palette;
UINT textureName;
UINT bytesPerPixel;
/* TODO: move this off into a management class(maybe!) */