Remove unused variable.

SVN revision: 25014
This commit is contained in:
sebastid 2006-08-21 16:38:47 +00:00 committed by sebastid
parent 6241caf38a
commit de39c5f662
1 changed files with 1 additions and 2 deletions

View File

@ -71,8 +71,7 @@ static void
_e_wid_del_hook(Evas_Object *obj)
{
E_Widget_Data *wd;
int i;
wd = e_widget_data_get(obj);
if (!wd) return;