Henri Verbeet : wined3d: Get rid of the unused MAX_PALETTES constant.

Alexandre Julliard julliard at winehq.org
Wed Aug 28 14:03:08 CDT 2013


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Wed Aug 28 10:09:56 2013 +0200

wined3d: Get rid of the unused MAX_PALETTES constant.

---

 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 a01c3a4..1746417 100644
--- a/dlls/wined3d/wined3d_private.h
+++ b/dlls/wined3d/wined3d_private.h
@@ -155,7 +155,6 @@ void *wined3d_rb_realloc(void *ptr, size_t size) DECLSPEC_HIDDEN;
 void wined3d_rb_free(void *ptr) DECLSPEC_HIDDEN;
 
 /* Device caps */
-#define MAX_PALETTES            65536
 #define MAX_STREAM_OUT          4
 #define MAX_STREAMS             16
 #define MAX_TEXTURES            8




More information about the wine-cvs mailing list