Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/ibox


Modified Files:
        e_mod_main.c 


Log Message:
Remove unused variables.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/ibox/e_mod_main.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -3 -r1.75 -r1.76
--- e_mod_main.c        30 Nov 2006 18:07:50 -0000      1.75
+++ e_mod_main.c        14 Dec 2006 19:37:51 -0000      1.76
@@ -883,10 +883,7 @@
    E_Event_Dnd_Enter *ev;
    Instance *inst;
    Evas_Object *o, *o2;
-   IBox_Icon *ic;
-   Evas_Coord xx, yy;
-   int x, y;
-   
+
    ev = event_info;
    inst = data;
    o = edje_object_add(evas_object_evas_get(inst->ibox->o_box));
@@ -912,10 +909,7 @@
 {
    E_Event_Dnd_Move *ev;
    Instance *inst;
-   IBox_Icon *ic;
-   Evas_Coord xx, yy;
-   int x, y;
-   
+
    ev = event_info;
    inst = data;
    _ibox_drop_position_update(inst, ev->x, ev->y);



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to