cogl: Revert "build: Remove unused variable"
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 30 Nov 2010 16:36:56 +0000 (16:36 +0000)
committerDamien Lespiau <damien.lespiau@intel.com>
Tue, 30 Nov 2010 16:39:00 +0000 (16:39 +0000)
commit1564418b3feb9ab010c225129bc1b79b7c882318
treebacaa5731cc2c5c1a140bd97c2f672a3c4d763b8
parent8ee91794477c82171e0b165fb9e10655798682a0
cogl: Revert "build: Remove unused variable"

Having ctx here produces a warning on GLES. However it's needed for Big
GL as we have at the top of the file:

 #ifdef HAVE_COGL_GL
 #define glClientActiveTexture ctx->drv.pf_glClientActiveTexture
 #endif

This reverts commit 27a3a2056a245aca64b8e3a7d82b7976c13e897a.
clutter/cogl/cogl/cogl.c