mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
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
@ -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…
Reference in New Issue
Block a user