gallium: remove dead code

This commit is contained in:
Brian 2008-02-12 16:38:56 -07:00
parent a34b43b3f4
commit 508b73289d

View file

@ -1509,7 +1509,6 @@ st_finalize_texture(GLcontext *ctx,
GLuint level;
for (level = 0; level <= stObj->lastLevel; level++) {
struct st_texture_image *stImage =
//st_texture_image(stObj->base.Image[face][level]);
st_texture_image(stObj->base.Image[face][stObj->base.BaseLevel + level]);
/* Need to import images in main memory or held in other textures.