build: Remove unused variable
and be 100% warning free again.
This commit is contained in:
parent
9ba5447c9b
commit
27a3a2056a
@ -705,8 +705,6 @@ cogl_read_pixels (int x,
|
|||||||
static void
|
static void
|
||||||
_cogl_disable_other_texcoord_arrays_cb (int texcoord_array_num, gpointer data)
|
_cogl_disable_other_texcoord_arrays_cb (int texcoord_array_num, gpointer data)
|
||||||
{
|
{
|
||||||
CoglContext *ctx = data;
|
|
||||||
|
|
||||||
GE (glClientActiveTexture (GL_TEXTURE0 + texcoord_array_num));
|
GE (glClientActiveTexture (GL_TEXTURE0 + texcoord_array_num));
|
||||||
GE (glDisableClientState (GL_TEXTURE_COORD_ARRAY));
|
GE (glDisableClientState (GL_TEXTURE_COORD_ARRAY));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user