mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 13:10:10 +01:00
i965: remove unused variable at intel_miptree_create_for_teximage
After commit "i965: Fix calculation of the image height at start level", it is not needed. This commit removes the "warning: unused variable ‘i’" warning. Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
This commit is contained in:
parent
08c5b10ae9
commit
e77bf32475
1 changed files with 0 additions and 1 deletions
|
|
@ -40,7 +40,6 @@ intel_miptree_create_for_teximage(struct brw_context *brw,
|
|||
{
|
||||
GLuint lastLevel;
|
||||
int width, height, depth;
|
||||
GLuint i;
|
||||
|
||||
intel_get_image_dims(&intelImage->base.Base, &width, &height, &depth);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue