i965: Remove a dead define.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Eric Anholt 2014-05-18 21:47:29 -07:00 committed by Kenneth Graunke
parent c00d3bd59d
commit a8330c343c

View file

@ -141,8 +141,6 @@ extern "C" {
* Handles blending and (presumably) depth and stencil testing.
*/
#define BRW_MAX_CURBE (32*16)
struct brw_context;
struct brw_inst;
struct brw_vs_prog_key;