[gtk+/wip/baedert/gtkimageview: 232/232] stylepropertyimpl: Remove double assignment



commit 42d59565d8c019efdd0313782fd4e79639963821
Author: Timm Bäder <mail baedert org>
Date:   Thu Jul 14 21:09:25 2016 +0200

    stylepropertyimpl: Remove double assignment

 gtk/gtkcssstylepropertyimpl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcssstylepropertyimpl.c b/gtk/gtkcssstylepropertyimpl.c
index 3fd98d7..9fd506a 100644
--- a/gtk/gtkcssstylepropertyimpl.c
+++ b/gtk/gtkcssstylepropertyimpl.c
@@ -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;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]