From 5eb800656d94327367191f15ccf9f39dde3da497 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 19 Nov 2010 14:51:39 -0500 Subject: [PATCH] build: Remove unused variable and be 100% warning free again. --- cogl/cogl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cogl/cogl.c b/cogl/cogl.c index 5df6e93dc..cdb9c2acd 100644 --- a/cogl/cogl.c +++ b/cogl/cogl.c @@ -705,8 +705,6 @@ cogl_read_pixels (int x, static void _cogl_disable_other_texcoord_arrays_cb (int texcoord_array_num, gpointer data) { - CoglContext *ctx = data; - GE (glClientActiveTexture (GL_TEXTURE0 + texcoord_array_num)); GE (glDisableClientState (GL_TEXTURE_COORD_ARRAY)); }