elm win.c: Removed unnecessary variable.

SVN revision: 67253
This commit is contained in:
Daniel Juyung Seo 2012-01-17 00:02:02 +00:00
parent c54c6c1ae9
commit 4d06eea2bd
1 changed files with 0 additions and 1 deletions

View File

@ -2894,7 +2894,6 @@ elm_win_socket_listen(Evas_Object *obj, const char *svcname, int svcnum, Eina_Bo
{
Elm_Win *win;
Ecore_Evas *ee = NULL;
ELM_CHECK_WIDTYPE(obj, widtype) EINA_FALSE;
win = elm_widget_data_get(obj);