[build] Fixes a cogl-vertex-buffer.c warning when building for GLES
authorRobert Bragg <robert@linux.intel.com>
Mon, 23 Mar 2009 12:46:20 +0000 (12:46 +0000)
committerRobert Bragg <robert@linux.intel.com>
Mon, 23 Mar 2009 16:32:17 +0000 (16:32 +0000)
commit3d81f0c08e0efa9c79af93db58944a53e09c7d70
treea6e6e523099cda45cb5278ea994cce214c57368a
parent891ed5356416a2d39e465a86932998379b6009d7
[build] Fixes a cogl-vertex-buffer.c warning when building for GLES

GLES 1 doesn't support GLSL so it never needs to use the generic_index
variable for generic attributes which was flagging a warning.
clutter/cogl/common/cogl-vertex-buffer.c