Module: Mesa Branch: master Commit: 4be324386c50ddc67f95bbcd870a0577ceb814ab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4be324386c50ddc67f95bbcd870a0577ceb814ab
Author: Vinson Lee <[email protected]> Date: Fri Feb 12 14:36:11 2010 -0800 intel: Remove unused variable. --- src/mesa/drivers/dri/intel/intel_context.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dri/intel/intel_context.c b/src/mesa/drivers/dri/intel/intel_context.c index f62f75c..fa2168b 100644 --- a/src/mesa/drivers/dri/intel/intel_context.c +++ b/src/mesa/drivers/dri/intel/intel_context.c @@ -195,7 +195,6 @@ intel_update_renderbuffers(__DRIcontext *context, __DRIdrawable *drawable) __DRIscreen *screen; int i, count; unsigned int attachments[10]; - uint32_t name; const char *region_name; if (INTEL_DEBUG & DEBUG_DRI) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
