Remove silly return at end of function.

SVN revision: 39861
This commit is contained in:
Christopher Michael 2009-04-04 19:40:00 +00:00
parent 4713e80ed2
commit 6d1cdc0e47
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ e_widget_label_text_set(Evas_Object *obj, const char *text)
edje_object_part_text_set(wd->text, "e.text.label", text);
edje_object_size_min_calc(wd->text, &mw, &mh);
edje_extern_object_min_size_set(wd->text, mw, mh);
return;
}
static void