From: Eric Anholt Date: Fri, 10 Jun 2011 00:01:57 +0000 (-0700) Subject: intel: Drop dead preinitialization of align_w, align_h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=56965aa007c2c6029204d617c0edcf142603e98d;p=mesa.git intel: Drop dead preinitialization of align_w, align_h. --- diff --git a/src/mesa/drivers/dri/intel/intel_tex_layout.c b/src/mesa/drivers/dri/intel/intel_tex_layout.c index 32c34dad2b1..91ee55e2237 100644 --- a/src/mesa/drivers/dri/intel/intel_tex_layout.c +++ b/src/mesa/drivers/dri/intel/intel_tex_layout.c @@ -54,7 +54,7 @@ void i945_miptree_layout_2d(struct intel_context *intel, struct intel_mipmap_tree *mt, uint32_t tiling, int nr_images) { - GLuint align_h = 2, align_w = 4; + GLuint align_h, align_w; GLuint level; GLuint x = 0; GLuint y = 0;