mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
build: removes unused variable i to avoid compiler warning
Reviewed-by: Neil Roberts <neil@linux.intel.com>
This commit is contained in:
parent
f628839771
commit
8325ca00b8
@ -241,8 +241,6 @@ _cogl_pipeline_fragend_arbfp_start (CoglPipeline *pipeline,
|
||||
shader_state->user_program = user_program;
|
||||
if (user_program == COGL_INVALID_HANDLE)
|
||||
{
|
||||
int i;
|
||||
|
||||
/* We reuse a single grow-only GString for code-gen */
|
||||
g_string_set_size (ctx->codegen_source_buffer, 0);
|
||||
shader_state->source = ctx->codegen_source_buffer;
|
||||
|
Loading…
Reference in New Issue
Block a user