intel: Drop dead preinitialization of align_w, align_h.
authorEric Anholt <eric@anholt.net>
Fri, 10 Jun 2011 00:01:57 +0000 (17:01 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 14 Jun 2011 18:17:39 +0000 (11:17 -0700)
src/mesa/drivers/dri/intel/intel_tex_layout.c

index 32c34dad2b17ca83c2744695e382c7d8c57119dc..91ee55e2237910c96701148e9e0c2dee075f0a93 100644 (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;