#if0 out some unimplemented stuff
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 15 Jan 2011 19:44:17 +0000 (19:44 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 15 Jan 2011 19:44:17 +0000 (19:44 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@56137 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/edje_cc_handlers.c

index a6d4288..ed576fa 100644 (file)
@@ -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
 }
 
 /**