Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_gadcon_popup.c e_gadcon_popup.h 


Log Message:
Remove unused E_Gadcon_Popup->o_con

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_gadcon_popup.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_gadcon_popup.c    5 Feb 2008 16:33:24 -0000       1.10
+++ e_gadcon_popup.c    5 Feb 2008 16:39:22 -0000       1.11
@@ -175,7 +175,6 @@
 _e_gadcon_popup_free(E_Gadcon_Popup *pop)
 {
    pop->gcc = NULL;
-   if (pop->o_con) evas_object_del(pop->o_con);
    e_object_del(E_OBJECT(pop->win));
    free(pop);
 }
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_gadcon_popup.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_gadcon_popup.h    20 Aug 2007 18:50:20 -0000      1.1
+++ e_gadcon_popup.h    5 Feb 2008 16:39:22 -0000       1.2
@@ -18,7 +18,7 @@
    E_Popup            *win;
    E_Gadcon_Client     *gcc;
    Evas_Coord          w, h;
-   Evas_Object        *o_bg, *o_con;
+   Evas_Object        *o_bg;
 
    int                 pinned : 1;
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to