summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i965simple/brw_draw.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-12-13 15:39:34 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2007-12-13 15:39:34 +0000
commit8cd608d5ba538cdebea7e9bb51c1458ce7eb5137 (patch)
tree46611f6e759069ba26148b0bb1d1d95c463f0de9 /src/mesa/pipe/i965simple/brw_draw.c
parent559750298a40ac845262365aa0d3d69e6dca0ced (diff)
965: missing code from last commit
Diffstat (limited to 'src/mesa/pipe/i965simple/brw_draw.c')
-rw-r--r--src/mesa/pipe/i965simple/brw_draw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/pipe/i965simple/brw_draw.c b/src/mesa/pipe/i965simple/brw_draw.c
index f443f41c6f..01c8ddb227 100644
--- a/src/mesa/pipe/i965simple/brw_draw.c
+++ b/src/mesa/pipe/i965simple/brw_draw.c
@@ -151,7 +151,6 @@ static boolean brw_try_draw_elements( struct pipe_context *pipe,
unsigned count )
{
struct brw_context *brw = brw_context(pipe);
- boolean retval = FALSE;
/* Set the first primitive ahead of validate_state:
*/