Remove unused variables.

SVN revision: 29597
This commit is contained in:
Christopher Michael 2007-04-19 12:16:57 +00:00
parent 1cd372e1da
commit d5184772dd
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@ e_scrollframe_custom_theme_set(Evas_Object *obj, char *custom_category, char *cu
EAPI void
e_scrollframe_custom_edje_file_set(Evas_Object *obj, char *file, char *group)
{
Evas_Coord w, h;
API_ENTRY return;
edje_object_file_set(sd->edje_obj, file, group);