From 989787711ac7a9bf7ab05bcceda1e28e19b6e2f0 Mon Sep 17 00:00:00 2001 From: youngsub ko Date: Tue, 14 May 2013 14:10:38 +0900 Subject: [PATCH] Fixed prevent issues --- daemon/notifications/noti_gridbox.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/daemon/notifications/noti_gridbox.c b/daemon/notifications/noti_gridbox.c index 50c1f8a..fbd2457 100755 --- a/daemon/notifications/noti_gridbox.c +++ b/daemon/notifications/noti_gridbox.c @@ -104,9 +104,6 @@ static void _gridbox_layout(Evas_Object *o, Evas_Object_Box_Data *priv, //box geometry evas_object_geometry_get(o, &x, &y, &w, &h); - //set info about children - opt = eina_list_data_get(priv->children); - num_padding_between = info_layout->n_per_rows / 2; num_padding_between += (info_layout->n_per_rows > 1 && (info_layout->n_per_rows % 2) > 0) ? 1 : 0; -- 2.7.4