Ivan Gyurdiev : wined3d: Remove unused field: Surface.textureName.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Sep 7 07:12:30 CDT 2006


Module: wine
Branch: master
Commit: de54843d7b26ddbe7d70bf3d38ac8704dbf63b70
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=de54843d7b26ddbe7d70bf3d38ac8704dbf63b70

Author: Ivan Gyurdiev <ivg231 at gmail.com>
Date:   Mon Sep  4 01:26:00 2006 -0400

wined3d: Remove unused field: Surface.textureName.

---

 dlls/wined3d/wined3d_private.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/wined3d/wined3d_private.h b/dlls/wined3d/wined3d_private.h
index f136ff2..f103705 100644
--- a/dlls/wined3d/wined3d_private.h
+++ b/dlls/wined3d/wined3d_private.h
@@ -860,7 +860,6 @@ struct IWineD3DSurfaceImpl
     WINED3DSURFACET_DESC      currentDesc;
     IWineD3DPaletteImpl      *palette;
 
-    UINT                      textureName;
     UINT                      bytesPerPixel;
 
     /* TODO: move this off into a management class(maybe!) */




More information about the wine-cvs mailing list