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_util.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_util.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_util.h b/src/mesa/drivers/dri/i965/brw_util.h index 5cba99a9306..f1e08711f75 100644 --- a/src/mesa/drivers/dri/i965/brw_util.h +++ b/src/mesa/drivers/dri/i965/brw_util.h @@ -36,7 +36,6 @@ #include "main/mtypes.h" #include "main/imports.h" -extern GLuint brw_parameter_list_state_flags(struct gl_program_parameter_list *paramList); extern GLuint brw_translate_blend_factor( GLenum factor ); extern GLuint brw_translate_blend_equation( GLenum mode ); extern GLenum brw_fix_xRGB_alpha(GLenum function); |