Stefan Dösinger : wined3d: Remove some old stuff.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Mar 19 08:17:38 CDT 2007


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

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Fri Mar 16 22:04:03 2007 +0100

wined3d: Remove some old stuff.

---

 dlls/wined3d/device.c          |    3 ---
 dlls/wined3d/wined3d_private.h |    1 -
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/dlls/wined3d/device.c b/dlls/wined3d/device.c
index 4c6a1db..4633a9c 100644
--- a/dlls/wined3d/device.c
+++ b/dlls/wined3d/device.c
@@ -70,9 +70,6 @@ static inline Display *get_display( HDC hdc )
     return display;
 }
 
-/* allocate one pbuffer per surface */
-BOOL pbuffer_per_surface = FALSE;
-
 /* static function declarations */
 static void WINAPI IWineD3DDeviceImpl_AddResource(IWineD3DDevice *iface, IWineD3DResource *resource);
 
diff --git a/dlls/wined3d/wined3d_private.h b/dlls/wined3d/wined3d_private.h
index b0fa6b6..3ec80de 100644
--- a/dlls/wined3d/wined3d_private.h
+++ b/dlls/wined3d/wined3d_private.h
@@ -1023,7 +1023,6 @@ struct IWineD3DSurfaceImpl
 
     UINT                      pow2Width;
     UINT                      pow2Height;
-    UINT                      pow2Size;
 
     /* Oversized texture */
     RECT                      glRect;




More information about the wine-cvs mailing list