Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : taskbar

Dir     : e_modules/taskbar


Modified Files:
        e_mod_main.c 


Log Message:
Remove unused variables.

===================================================================
RCS file: /cvs/e/e_modules/taskbar/e_mod_main.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- e_mod_main.c        30 Dec 2006 23:34:00 -0000      1.25
+++ e_mod_main.c        15 Mar 2007 13:34:26 -0000      1.26
@@ -318,8 +318,6 @@
      {
         if (!b->o_empty)
           {
-             Evas_Coord w, h;
-
              b->o_empty = 
evas_object_rectangle_add(evas_object_evas_get(b->o_box));
              evas_object_event_callback_add(b->o_empty, 
EVAS_CALLBACK_MOUSE_DOWN, _taskbar_cb_empty_mouse_down, b);
              e_table_pack_options_set(b->o_empty, 1, 1,   /* fill */
@@ -408,7 +406,6 @@
    Evas_List *borders;
    E_Border *bd;
    Taskbar_Icon *ic;
-   int num;
 
    e_table_freeze(b->o_box);
    
@@ -499,7 +496,7 @@
 {
    Taskbar_Icon *ic;
    Evas_Coord w, h, wmin, hmin;
-   int wnum, wnum2, hnum;
+   int wnum;
    int bwmin, bhmin;
 
    evas_object_geometry_get(b->inst->gcc->o_frame, NULL, NULL, &w, &h);



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