diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-10-14 12:01:34 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-10-14 12:01:34 +0100 |
commit | 33f17b996dd0fcbb8e07875770e11571380d6509 (patch) | |
tree | 3126163d3ad27765397ffafb07c03032b8d0b273 /src/i965_render.c | |
parent | e5e27528ffeb74f404823c678e04e847cf2109aa (diff) |
Remove a couple of trivial compile warnings for unused variables
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/i965_render.c')
-rw-r--r-- | src/i965_render.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i965_render.c b/src/i965_render.c index bc0bd93f..825fc137 100644 --- a/src/i965_render.c +++ b/src/i965_render.c @@ -182,7 +182,6 @@ i965_check_composite(int op, int width, int height) { ScrnInfoPtr scrn = xf86Screens[dest_picture->pDrawable->pScreen->myNum]; - intel_screen_private *intel = intel_get_screen_private(scrn); /* Check for unsupported compositing operations. */ if (op >= sizeof(i965_blend_op) / sizeof(i965_blend_op[0])) { |