Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

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


Modified Files:
        e_mod_main.c 


Log Message:
Remove unused variables.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -3 -r1.160 -r1.161
--- e_mod_main.c        2 Dec 2006 10:15:32 -0000       1.160
+++ e_mod_main.c        14 Dec 2006 19:31:48 -0000      1.161
@@ -1095,7 +1095,6 @@
     * the simplest. */
    if (inst->gcc->autoscroll && ic)
      {
-        Evas_Coord ix, iy, iw, ih;
         double ax,ay;
 
         e_box_align_get(inst->gcc->o_box, &ax, &ay);
@@ -1175,11 +1174,7 @@
 {
    E_Event_Dnd_Move *ev;
    Instance *inst;
-   IBar_Icon *ic;
-   Evas_Coord xx, yy;
-   int x, y;
-   int wx, wy;
-   
+
    ev = event_info;
    inst = data;
 
@@ -1325,7 +1320,6 @@
               e_app_files_list_append(fl, inst->ibar->apps);
          }
      }
-   clean:
    evas_object_del(inst->ibar->o_drop);
    inst->ibar->o_drop = NULL;
    evas_object_del(inst->ibar->o_drop_over);



-------------------------------------------------------------------------
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