mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
color: Do not shadow a variable
Avoid a warning.
This commit is contained in:
parent
8804901370
commit
1db8b8a70e
@ -596,8 +596,6 @@ parse_hsla (ClutterColor *color,
|
|||||||
*/
|
*/
|
||||||
if (has_alpha)
|
if (has_alpha)
|
||||||
{
|
{
|
||||||
gdouble number;
|
|
||||||
|
|
||||||
if (*str != ',')
|
if (*str != ',')
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user