Ecore: Fix some more warnings.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 16 Jan 2012 09:30:29 +0000 (09:30 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 16 Jan 2012 09:30:29 +0000 (09:30 +0000)
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. :)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@67240 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_evas/ecore_evas_extn.c

index a2e0f70..3b2dd9c 100644 (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;