From e5017e4c801cc3037ec65578ffd724152ba6f8fe Mon Sep 17 00:00:00 2001 From: discomfitor Date: Sat, 15 Jan 2011 19:44:17 +0000 Subject: [PATCH] #if0 out some unimplemented stuff git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@56137 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/edje_cc_handlers.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 } /** -- 2.7.4