From: youngsub ko Date: Tue, 14 May 2013 05:10:38 +0000 (+0900) Subject: Fixed prevent issues X-Git-Tag: accepted/tizen/20130530.164708^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_2.1;p=apps%2Fcore%2Fpreloaded%2Fquickpanel.git Fixed prevent issues --- 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;