From 27a3a2056a245aca64b8e3a7d82b7976c13e897a 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. --- clutter/cogl/cogl/cogl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/clutter/cogl/cogl/cogl.c b/clutter/cogl/cogl/cogl.c index 5df6e93dc..cdb9c2acd 100644 --- a/clutter/cogl/cogl/cogl.c +++ b/clutter/cogl/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)); }