Remove erroneous widget_data_get call
authorChristopher Michael <cpmichael1@comcast.net>
Wed, 8 Apr 2009 18:02:27 +0000 (18:02 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 8 Apr 2009 18:02:27 +0000 (18:02 +0000)
SVN revision: 39902

src/bin/e_widget_radio.c

index 2572b54fc7e188d87e2cf3f936718a0f10896f09..8a440fc9a4ea58bb3e72c273d45da81df8fa5978 100644 (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);