Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e_utils

Dir     : e17/apps/e_utils/src/bin/eapp_edit


Modified Files:
        eapp_edit_main.c 


Log Message:
Fix warnings

===================================================================
RCS file: /cvs/e/e17/apps/e_utils/src/bin/eapp_edit/eapp_edit_main.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -3 -r1.55 -r1.56
--- eapp_edit_main.c    5 Jun 2006 18:42:44 -0000       1.55
+++ eapp_edit_main.c    6 Aug 2006 02:07:33 -0000       1.56
@@ -29,7 +29,6 @@
 static void eapp_cb_quit(Ewl_Widget *w, void *ev, void *data);
 static void eapp_cb_save(Ewl_Widget *w, void *ev, void *data);
 static void eapp_cb_fd_show(Ewl_Widget *w, void *ev, void *data);
-static void eapp_cb_fd_hide(Ewl_Widget *w, void *ev, void *data);
 static void eapp_cb_fd_changed(Ewl_Widget *w, void *ev, void *data);
 static void eapp_create_content(Eet_File *ef, Eapp_Item *item,
                                         char *lang, char *winclass, 
@@ -229,11 +228,10 @@
 static int
 eapp_populate(Ewl_Widget *vbox, char *file, char *lang, char *winclass)
 {
-    Ewl_Widget *hbox, *icon_border, *icon, *basic, *o;
+    Ewl_Widget *hbox, *icon_border, *icon, *basic;
     Ewl_Widget *hsep, *general;
     Ewl_Widget *icon_theme, *window, *misc;
     Eet_File *ef = NULL;
-    char *v;
     int i;   
  
     if (ecore_file_exists(file))
@@ -403,12 +401,6 @@
         ewl_widget_show(fd);
     }
     ewl_widget_show(fd);
-}
-
-static void
-eapp_cb_fd_hide(Ewl_Widget *w, void *ev, void *data)
-{
-    ewl_widget_hide(w);
 }
 
 static void



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