Kill double declaration.

Patch by Fidencio again, after I stupidly forgot to remove it in the first one.


SVN revision: 53574
This commit is contained in:
Iván Briano 2010-10-18 17:11:18 +00:00
parent 2235e7f37d
commit 0016872d45
1 changed files with 0 additions and 1 deletions

View File

@ -490,7 +490,6 @@ EAPI void
elm_widget_sub_object_del(Evas_Object *obj, Evas_Object *sobj)
{
Evas_Object *sobj_parent;
Smart_Data *sd2 = evas_object_smart_data_get(sobj);
API_ENTRY return;
if (!sobj) return;