wined3d: Remove unused enum entry.

This commit is contained in:
Stefan Dösinger 2008-07-27 22:29:05 -05:00 committed by Alexandre Julliard
parent e5de2fc82c
commit 66738fbb87

View file

@ -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