mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 08:48:00 +02:00
gl: Remove an unused variable
This commit is contained in:
parent
c77112c546
commit
cc247c346b
1 changed files with 0 additions and 1 deletions
|
|
@ -207,7 +207,6 @@ _cairo_gl_gradient_create (cairo_gl_context_t *ctx,
|
|||
cairo_status_t status;
|
||||
int tex_width;
|
||||
void *data;
|
||||
cairo_gl_dispatch_t *dispatch = &ctx->dispatch;
|
||||
|
||||
if ((unsigned int) ctx->max_texture_size / 2 <= n_stops)
|
||||
return CAIRO_INT_STATUS_UNSUPPORTED;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue