Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

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


Modified Files:
        batget.c e_mod_main.c 


Log Message:
Remove unused variables.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/battery/batget.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- batget.c    11 May 2008 16:21:21 -0000      1.12
+++ batget.c    19 Jun 2008 12:18:59 -0000      1.13
@@ -1354,8 +1354,7 @@
 dir_has_contents(const char *dir)
 {
    Ecore_List *bats;
-   char *name;
-       
+
    bats = ecore_file_ls(dir);
    if (bats)
      {
===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/battery/e_mod_main.c,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -3 -r1.120 -r1.121
--- e_mod_main.c        14 Jun 2008 06:18:30 -0000      1.120
+++ e_mod_main.c        19 Jun 2008 12:18:59 -0000      1.121
@@ -510,7 +510,6 @@
                  int have_battery = 0;
                  int have_power = 0;
                  Evas_List *l;
-                  int mins, hrs;
                   static int debounce_popup = 0;
 
                   if (debounce_popup > POPUP_DEBOUNCE_CYCLES)



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