Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
        e_mod_main.c 


Log Message:
Remove unused protos. Cleanups
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/start/e_mod_main.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_mod_main.c        24 Sep 2005 13:42:05 -0000      1.10
+++ e_mod_main.c        24 Dec 2005 20:01:03 -0000      1.11
@@ -9,7 +9,6 @@
 static Start_Face *_start_face_new(E_Container *con);
 static void _start_free(Start *e);
 static void _start_face_free(Start_Face *face);
-static void _start_face_enable(Start_Face *e);
 static void _start_face_disable(Start_Face *e);
 static void _start_config_menu_new(Start *e);
 static void _start_face_menu_new(Start_Face *face);
@@ -282,15 +281,6 @@
 }
 
 static void
-_start_face_enable(Start_Face *e)
-{
-   e->conf->enabled = 1;
-   evas_object_show(e->button_object);
-   evas_object_show(e->event_object);
-   e_config_save_queue();
-}
-
-static void
 _start_face_cb_gmc_change(void *data, E_Gadman_Client *gmc, E_Gadman_Change 
change)
 {
    Start_Face *e;




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to