ecore/ecore_evas - removed unused var.

SVN revision: 66987
This commit is contained in:
ChunEon Park 2012-01-09 07:58:28 +00:00
parent d18dafa65a
commit 56a083357c
1 changed files with 0 additions and 2 deletions

View File

@ -538,8 +538,6 @@ static void
_ecore_evas_resize(Ecore_Evas *ee, int w, int h)
{
Extn *extn;
Eina_List *l;
Ecore_Ipc_Client *client;
if (w < 1) w = 1;
if (h < 1) h = 1;