From: cedric Date: Wed, 9 May 2012 07:53:29 +0000 (+0000) Subject: edje: oops this shouldn't get in at this point. X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~297 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=59b4d918c14a9851ad36c05105aa57e57dae53d1;p=profile%2Fivi%2Fedje.git edje: oops this shouldn't get in at this point. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@70886 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_private.h b/src/lib/edje_private.h index 85c312f..4376fb3 100644 --- a/src/lib/edje_private.h +++ b/src/lib/edje_private.h @@ -1808,7 +1808,7 @@ void _edje_textblock_styles_del(Edje *ed); void _edje_textblock_style_all_update(Edje *ed); void _edje_textblock_style_parse_and_fix(Edje_File *edf); void _edje_textblock_style_cleanup(Edje_File *edf); -Edje_File *_edje_cache_file_coll_open(const char *file, const char *coll, int *error_ret, Edje_Part_Collection **edc_ret, Edje *ed); +Edje_File *_edje_cache_file_coll_open(const char *file, const char *coll, int *error_ret, Edje_Part_Collection **edc_ret); void _edje_cache_coll_clean(Edje_File *edf); void _edje_cache_coll_flush(Edje_File *edf); void _edje_cache_coll_unref(Edje_File *edf, Edje_Part_Collection *edc);