Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_remember.c 


Log Message:
Remove unused variables.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_remember.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- e_remember.c        31 Oct 2006 11:18:34 -0000      1.20
+++ e_remember.c        14 Dec 2006 15:34:01 -0000      1.21
@@ -403,9 +403,7 @@
 #endif
 #if REMEMBER_HIERARCHY
    Evas_List *l;
-   E_Remember *best_rem;
-   int best_score = 0;
-   
+
    /* This search method finds the best possible match available and is
     * based on the fact that the list is sorted, with those remembers
     * with the most possible matches at the start of the list. This
@@ -415,7 +413,6 @@
      {
         E_Remember *rem;
         const char *title = "";
-        int score = 0;
 
         rem = l->data;
         if (check_usable && !e_remember_usable_get(rem))



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