diff options
author | Kenneth Graunke <[email protected]> | 2013-06-28 16:06:26 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-07-03 10:48:13 -0700 |
commit | 7d119880e836258147e0853d4032399a42101e20 (patch) | |
tree | f583cf9de0a7aebbc07884329c3d4875843b4dd6 /src/mesa/drivers/dri/i965/brw_gs.h | |
parent | d245e795cfff4ae40ccb9e1ea17e80f66d65ad50 (diff) |
i965: Remove some dead code.
A random smattering of things that just aren't used anymore.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_gs.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_gs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_gs.h b/src/mesa/drivers/dri/i965/brw_gs.h index 9a901d55cc0..319f10521fe 100644 --- a/src/mesa/drivers/dri/i965/brw_gs.h +++ b/src/mesa/drivers/dri/i965/brw_gs.h @@ -102,8 +102,6 @@ struct brw_gs_compile { struct brw_vue_map vue_map; }; -#define ATTR_SIZE (4*4) - void brw_gs_quads( struct brw_gs_compile *c, struct brw_gs_prog_key *key ); void brw_gs_quad_strip( struct brw_gs_compile *c, struct brw_gs_prog_key *key ); void brw_gs_lines( struct brw_gs_compile *c ); |