Fixed prevent issues tizen_2.1 accepted/tizen/20130530.164708 submit/tizen/20130529.220707 submit/tizen_2.1/20130515.031402
authoryoungsub ko <ys4610.ko@samsung.com>
Tue, 14 May 2013 05:10:38 +0000 (14:10 +0900)
committeryoungsub ko <ys4610.ko@samsung.com>
Tue, 14 May 2013 05:10:38 +0000 (14:10 +0900)
daemon/notifications/noti_gridbox.c

index 50c1f8a..fbd2457 100755 (executable)
@@ -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;