Stefan Dösinger : wined3d: Remove unused enum entry.

Alexandre Julliard julliard at winehq.org
Tue Aug 19 08:46:26 CDT 2008


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

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Sun Jul 27 22:29:05 2008 -0500

wined3d: Remove unused enum entry.

---

 include/wine/wined3d_types.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/wine/wined3d_types.h b/include/wine/wined3d_types.h
index bbfbcff..bf35b9f 100644
--- a/include/wine/wined3d_types.h
+++ b/include/wine/wined3d_types.h
@@ -1373,7 +1373,6 @@ typedef enum _WINED3DSURFTYPE {
     SURFACE_UNKNOWN    = 0,   /* Default / Unknown surface type */
     SURFACE_OPENGL,           /* OpenGL surface: Renders using libGL, needed for 3D */
     SURFACE_GDI,              /* User surface. No 3D, DirectDraw rendering with GDI */
-    SURFACE_XRENDER           /* Future dreams: Use XRENDER / EXA / whatever stuff */
 } WINED3DSURFTYPE;
 
 #define WINED3DCAPS2_NO2DDURING3DSCENE                 0x00000002L




More information about the wine-cvs mailing list