Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

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


Modified Files:
        e_mod_config.c e_mod_gadman.c 


Log Message:
Remove unused variables.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/gadman/e_mod_config.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_mod_config.c      19 May 2008 09:21:44 -0000      1.2
+++ e_mod_config.c      19 Jun 2008 12:56:07 -0000      1.3
@@ -133,7 +133,6 @@
 {
    E_Config_Dialog_Data *cfdata;
    Evas_List *l = NULL;
-   Evas_List *selected;
    int i;
 
    if (!(cfdata = data)) return;
@@ -141,7 +140,6 @@
    for (i = 0, l = e_widget_ilist_items_get(cfdata->o_avail); l; l = l->next, 
i++) 
      {
         E_Ilist_Item *item = NULL;
-        const char *name = NULL;
         E_Gadcon_Client_Class *cc;
         E_Gadcon_Client *gcc;
 
===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/gadman/e_mod_gadman.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_mod_gadman.c      12 Jun 2008 22:51:44 -0000      1.6
+++ e_mod_gadman.c      19 Jun 2008 12:56:07 -0000      1.7
@@ -42,7 +42,7 @@
 void
 gadman_init(E_Module *m)
 {
-   Evas_List *managers, *l;
+   Evas_List *l;
 
    /* Create Manager */
    Man = calloc(1, sizeof(Manager));
@@ -188,7 +188,6 @@
    E_Config_Gadcon_Client *cf = NULL;
    E_Gadcon_Client *gcc;
    E_Gadcon *gc;
-   char *id;
 
    if (ontop)
      gc = Man->gc_top;
@@ -492,9 +491,7 @@
 static void
 _apply_widget_position(E_Gadcon_Client *gcc)
 {
-   Evas_List *l;
    int x, y, w, h;
-   int fx, fy, fw, fh;
 
    x = gcc->cf->geom.pos_x * Man->width;
    y = gcc->cf->geom.pos_y * Man->height;
@@ -839,7 +836,7 @@
      }
    else if (action == DRAG_MOVE)
      {
-        int w, h;
+        int h;
 
         evas_pointer_output_xy_get(current->gadcon->evas, &mx, &my);
 
@@ -879,7 +876,7 @@
      }
    else if (action == DRAG_MOVE)
      {
-        int w, h;
+        int w;
 
         evas_pointer_output_xy_get(current->gadcon->evas, &mx, &my);
 
@@ -916,7 +913,7 @@
      }
    else if (action == DRAG_MOVE)
      {
-        int w, h;
+        int h;
 
         evas_pointer_output_xy_get(current->gadcon->evas, &mx, &my);
         h = my - oy - 15;
@@ -952,7 +949,7 @@
      }
    else if (action == DRAG_MOVE)
      {
-        int w, h;
+        int w;
 
         evas_pointer_output_xy_get(current->gadcon->evas, &mx, &my);
 



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to