Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_shelf.c 


Log Message:
Add return value.
Remove unused variable.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_shelf.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- e_int_config_shelf.c        26 Jul 2006 19:10:20 -0000      1.20
+++ e_int_config_shelf.c        28 Jul 2006 11:33:43 -0000      1.21
@@ -35,6 +35,7 @@
        cfd = e_config_dialog_new(con, _("Shelf Settings"), 
"enlightenment/shelf", 0, v, NULL);
        return cfd;
      }
+   return NULL;
 }
 
 static void *
@@ -246,7 +247,6 @@
 {
    E_Config_Dialog_Data *cfdata;
    E_Shelf *es;
-   E_Config_Shelf *cfg;
    
    cfdata = data;
    if (!cfdata) return;



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