wined3d: Remove some redundant defines.

This commit is contained in:
Henri Verbeet 2009-04-28 09:53:29 +02:00 committed by Alexandre Julliard
parent b8b12d2dc2
commit d32d308798
1 changed files with 0 additions and 3 deletions

View File

@ -168,9 +168,6 @@ void hash_table_remove(struct hash_table_t *table, void *key);
#define MAX_ACTIVE_LIGHTS 8
#define MAX_CLIPPLANES WINED3DMAXUSERCLIPPLANES
#define MAX_CONST_I 16
#define MAX_CONST_B 16
/* Used for CreateStateBlock */
#define NUM_SAVEDPIXELSTATES_R 35
#define NUM_SAVEDPIXELSTATES_T 18