gallium: remove unneeded compressed=0 assignment

This commit is contained in:
Brian Paul
2009-04-09 14:55:32 -06:00
parent f97df61d26
commit 227aa0070d
-1
View File
@@ -111,7 +111,6 @@ st_renderbuffer_alloc_storage(GLcontext * ctx, struct gl_renderbuffer *rb,
init_renderbuffer_bits(strb, template.format);
template.target = PIPE_TEXTURE_2D;
template.compressed = 0;
pf_get_block(template.format, &template.block);
template.width[0] = width;
template.height[0] = height;