From: seoz Date: Tue, 17 Jan 2012 00:02:02 +0000 (+0000) Subject: elm win.c: Removed unnecessary variable. X-Git-Tag: REL_F_I9500_20120323_1~17^2~859 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1a1226c25b1b185c6eea08b048198f0a5c5ccac;p=framework%2Fuifw%2Felementary.git elm win.c: Removed unnecessary variable. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67253 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c index 37aa6ab..3f32ef2 100644 --- a/src/lib/elm_win.c +++ b/src/lib/elm_win.c @@ -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);