i965: Remove unused BRW_PACKCOLOR8888 macro.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 14 Nov 2012 04:17:29 +0000 (20:17 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 15 Nov 2012 19:14:36 +0000 (11:14 -0800)
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_context.h

index 49460e9f3cd0517ecfd9959a9eee415e1d843a71..2ee2cca7a85ec290a035f0f9a7897cf18edb879e 100644 (file)
@@ -1076,10 +1076,6 @@ struct brw_context
    int basevertex;
 };
 
-
-
-#define BRW_PACKCOLOR8888(r,g,b,a)  ((r<<24) | (g<<16) | (b<<8) | a)
-
 struct brw_instruction_info {
     char    *name;
     int            nsrc;