Removes a hack in gles/cogl.c that was already fixed in gl/cogl.c
authorRobert Bragg <robert@linux.intel.com>
Thu, 19 Mar 2009 16:46:07 +0000 (16:46 +0000)
committerRobert Bragg <robert@linux.intel.com>
Mon, 23 Mar 2009 12:41:41 +0000 (12:41 +0000)
commit5a06f1d1d009e446109b0778e7f9f9a1f8a11194
treecaf160ec77efc90278c64d3d11ac77d78b7e8893
parentd6937b797e59cd02f663155dfea2d31355997c38
Removes a hack in gles/cogl.c that was already fixed in gl/cogl.c

It removes the need to cast a CoglMatrix to a float * for transforming
a vertex manually instead of using cogl_matrix_transform_point.
clutter/cogl/gles/cogl.c