#if0 out some unimplemented stuff

SVN revision: 56137
This commit is contained in:
Mike Blumenkrantz 2011-01-15 19:44:17 +00:00
parent 9218ac3c38
commit 2c0ef4b08a
1 changed files with 4 additions and 2 deletions

View 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
}
/**