From: discomfitor Date: Sat, 15 Jan 2011 19:44:17 +0000 (+0000) Subject: #if0 out some unimplemented stuff X-Git-Tag: submit/trunk/20120815.180907~772 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=786dca5ddabd1d2056dbc35fa3053f6b2ce7eca6;p=profile%2Fivi%2Fedje.git #if0 out some unimplemented stuff git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@56137 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/edje_cc_handlers.c b/src/bin/edje_cc_handlers.c index a6d4288..ed576fa 100644 --- a/src/bin/edje_cc_handlers.c +++ b/src/bin/edje_cc_handlers.c @@ -4733,8 +4733,6 @@ st_collections_group_parts_part_description_fill_spread(void) check_arg_count(1); - pc = eina_list_data_get(eina_list_last(edje_collections)); - /* XXX this will need to include IMAGES when spread support is added to evas images */ { ERR("%s: Error. parse error %s:%i. " @@ -4743,6 +4741,9 @@ st_collections_group_parts_part_description_fill_spread(void) exit(-1); } +#if 0 + pc = eina_list_data_get(eina_list_last(edje_collections)); + ep = pc->parts[pc->parts_count - 1]; if (ep->type != EDJE_PART_TYPE_IMAGE) @@ -4757,6 +4758,7 @@ st_collections_group_parts_part_description_fill_spread(void) if (ep->other.desc_count) ed = (Edje_Part_Description_Image*) ep->other.desc[ep->other.desc_count - 1]; ed->image.fill.spread = parse_int_range(0, 0, 1); +#endif } /**