color: Do not shadow a variable

Avoid a warning.
This commit is contained in:
Emmanuele Bassi 2010-11-22 17:01:17 +00:00
parent 8804901370
commit 1db8b8a70e

View File

@ -596,8 +596,6 @@ parse_hsla (ClutterColor *color,
*/
if (has_alpha)
{
gdouble number;
if (*str != ',')
return FALSE;