cssvalue: Remove useless call

This commit is contained in:
Benjamin Otte
2013-01-15 15:24:04 +01:00
parent 0050d469b5
commit 993e3f715f

View File

@ -284,7 +284,6 @@ _gtk_css_color_value_resolve (GtkCssValue *color,
}
}
_gtk_css_rgba_value_get_rgba (value);
return value;
}