cogl: resolves some low hanging issues flagged by clang
authorRobert Bragg <robert@linux.intel.com>
Thu, 11 Feb 2010 16:12:26 +0000 (16:12 +0000)
committerRobert Bragg <robert@linux.intel.com>
Fri, 12 Feb 2010 14:05:02 +0000 (14:05 +0000)
commit22c33b2fea1fd60239280aa1f4fd112f533688aa
treece1b175f03f8e0af7df1095fe362efdd70f5d28f
parent18305cbd98e02ab139beef769cbc90a2121bd1f5
cogl: resolves some low hanging issues flagged by clang

An initial pass over the Cogl source code using the Clang static
analysis tool flagged a few low hanging issues such as un-used variables
or redundant initializing of variables which this patch fixes.
clutter/cogl/cogl/cogl-texture-2d-sliced.c
clutter/cogl/cogl/cogl-texture.c