Remove erroneous widget_data_get call

SVN revision: 39902
This commit is contained in:
Christopher Michael 2009-04-08 18:02:27 +00:00
parent 5560c29017
commit 3836c7ba2b
1 changed files with 0 additions and 1 deletions

View File

@ -221,7 +221,6 @@ _e_wid_do(Evas_Object *obj)
for (l = wd->group->radios; l; l = l->next)
{
wd = e_widget_data_get(l->data);
if (l->data != obj)
{
wd = e_widget_data_get(l->data);