mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-31 13:48:20 +02:00
radeon: remove leftover debug
This commit is contained in:
parent
62d504d818
commit
43c71a2d40
1 changed files with 0 additions and 1 deletions
|
|
@ -522,7 +522,6 @@ static void radeon_teximage(
|
|||
t->mt->lastLevel == level &&
|
||||
t->mt->target != GL_TEXTURE_CUBE_MAP_ARB &&
|
||||
!radeon_miptree_matches_image(t->mt, texImage, face, level)) {
|
||||
fprintf(stderr,"freeing old miptree\n");
|
||||
radeon_miptree_unreference(t->mt);
|
||||
t->mt = NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue