cogl: Delete a duplicate (masked) variable declaration
https://gitlab.gnome.org/GNOME/mutter/merge_requests/1003
This commit is contained in:
parent
a51807fc1e
commit
fd27c7c444
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ _cogl_texture_gl_maybe_update_max_level (CoglTexture *texture,
|
|||
if (_cogl_has_private_feature (ctx, COGL_PRIVATE_FEATURE_TEXTURE_MAX_LEVEL) &&
|
||||
texture->max_level < max_level)
|
||||
{
|
||||
CoglContext *ctx = texture->context;
|
||||
GLuint gl_handle;
|
||||
GLenum gl_target;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue