intel: Drop dead preinitialization of align_w, align_h.

This commit is contained in:
Eric Anholt 2011-06-09 17:01:57 -07:00
parent f94fef83db
commit 56965aa007
1 changed files with 1 additions and 1 deletions

View File

@ -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;