gallium: remove unneeded compressed=0 assignment

This commit is contained in:
Brian Paul
2009-04-09 14:55:19 -06:00
parent f122015674
commit f97df61d26

View File

@@ -337,7 +337,6 @@ util_blit_pixels(struct blit_state *ctx,
texTemp.width[0] = srcW;
texTemp.height[0] = srcH;
texTemp.depth[0] = 1;
texTemp.compressed = 0;
pf_get_block(src->format, &texTemp.block);
tex = screen->texture_create(screen, &texTemp);