forked from AuroraMiddleware/gtk
stylepropertyimpl: Remove double assignment
This commit is contained in:
parent
e3bbeb48bd
commit
73b949173e
@ -263,7 +263,7 @@ static GtkCssValue *
|
||||
font_family_assign (GtkCssStyleProperty *property,
|
||||
const GValue *value)
|
||||
{
|
||||
const char **names = g_value_get_boxed (value);
|
||||
const char **names;
|
||||
GtkCssValue *result;
|
||||
GPtrArray *array;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user