diff options
author | Eric Anholt <[email protected]> | 2014-05-18 21:47:29 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2014-07-02 12:45:59 -0700 |
commit | a8330c343ce7a1308904e39604f01d37e395edf9 (patch) | |
tree | 3aaf9f76bff2bb0155e214d517a876146796372a /src/mesa/drivers | |
parent | c00d3bd59d0587d1bab6903ce33af1f29163b371 (diff) |
i965: Remove a dead define.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index aed8e1ab6d5..c0cb26745ca 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -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; |