Ecore: Fix some more warnings.

I see a future in which there'll be no warnings in EFL.
At the mean time, lets do our best to make the buildbot happy. :)

SVN revision: 67240
This commit is contained in:
Tom Hacohen 2012-01-16 09:30:29 +00:00
parent 98aee0ddde
commit ee4f301853
1 changed files with 0 additions and 2 deletions

View File

@ -1293,7 +1293,6 @@ EAPI Evas_Object *
ecore_evas_extn_plug_new(Ecore_Evas *ee_target)
{
#ifdef EXTN_ENABLED
Extn *extn;
Evas_Object *o;
Ecore_Evas *ee;
int w = 1, h = 1;
@ -1990,7 +1989,6 @@ EAPI Ecore_Evas *
ecore_evas_extn_socket_new(int w, int h)
{
#ifdef EXTN_ENABLED
Extn *extn;
Evas_Engine_Info_Buffer *einfo;
Ecore_Evas *ee;
int rmethod;