git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@56137
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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. "
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)
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
}
/**