mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 18:40:13 +01:00
gallium: remove dead code
This commit is contained in:
parent
a34b43b3f4
commit
508b73289d
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue