mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
mesa: remove unused 'i' in dimensions_error_check()
Reviewed-by: Charmaine Lee <charmainel@vmware.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
976db661ff
commit
bf67fec235
1 changed files with 0 additions and 1 deletions
|
|
@ -913,7 +913,6 @@ dimensions_error_check(struct gl_context *ctx,
|
|||
const char *caller)
|
||||
{
|
||||
const struct gl_texture_image *texImage;
|
||||
int i;
|
||||
|
||||
if (xoffset < 0) {
|
||||
_mesa_error(ctx, GL_INVALID_VALUE, "%s(xoffset = %d)", caller, xoffset);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue