Henri Verbeet : wined3d: Remove the duplicate GL_2X_BIT_ATI define.

Alexandre Julliard julliard at winehq.org
Fri Jan 22 08:26:50 CST 2010


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Thu Jan 21 10:38:30 2010 +0100

wined3d: Remove the duplicate GL_2X_BIT_ATI define.

---

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

diff --git a/dlls/wined3d/wined3d_gl.h b/dlls/wined3d/wined3d_gl.h
index ad3c076..a70caf8 100644
--- a/dlls/wined3d/wined3d_gl.h
+++ b/dlls/wined3d/wined3d_gl.h
@@ -2835,7 +2835,6 @@ typedef GLint (WINE_GLAPI *WINED3D_PFNGLGETATTRIBLOCATIONARBPROC)(GLhandleARB pr
 #define GL_QUARTER_BIT_ATI                                  0x00000010
 #define GL_EIGHTH_BIT_ATI                                   0x00000020
 #define GL_SATURATE_BIT_ATI                                 0x00000040
-#define GL_2X_BIT_ATI                                       0x00000001
 #define GL_COMP_BIT_ATI                                     0x00000002
 #define GL_NEGATE_BIT_ATI                                   0x00000004
 #define GL_BIAS_BIT_ATI                                     0x00000008




More information about the wine-cvs mailing list