Module: Mesa Branch: master Commit: 0f1aae3ae7cef051f87dae056c46fcfd0afaab20 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f1aae3ae7cef051f87dae056c46fcfd0afaab20
Author: Eric Anholt <[email protected]> Date: Mon Aug 1 16:06:59 2011 -0700 intel: Fix unused variable warning. --- src/mesa/drivers/dri/intel/intel_fbo.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dri/intel/intel_fbo.c b/src/mesa/drivers/dri/intel/intel_fbo.c index e48d6ef..65ad621 100644 --- a/src/mesa/drivers/dri/intel/intel_fbo.c +++ b/src/mesa/drivers/dri/intel/intel_fbo.c @@ -596,7 +596,6 @@ intel_renderbuffer_set_draw_offset(struct intel_renderbuffer *irb, struct intel_texture_image *intel_image, int zoffset) { - struct intel_mipmap_tree *mt = intel_image->mt; unsigned int dst_x, dst_y; /* compute offset of the particular 2D image within the texture region */ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
