Remove unused variable.

SVN revision: 57067
This commit is contained in:
Christopher Michael 2011-02-15 21:13:01 +00:00
parent d091ee0bc3
commit be380661b8
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ _e_wid_reconfigure(E_Widget_Data *wd)
Eina_List *l, *ll;
Evas_Object *dw;
E_Zone *zone;
int tw, th, mw, mh, x, y;
int tw, th, mw, mh, y;
E_Widget_Desk_Data *dd;
zone = e_util_zone_current_get(e_manager_current_get());