Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_config_general.c Log Message: Removed unused variable and functions =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_int_config_general.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- e_int_config_general.c 3 Jan 2006 21:38:34 -0000 1.6 +++ e_int_config_general.c 4 Jan 2006 21:11:44 -0000 1.7 @@ -9,9 +9,6 @@ static int _advanced_apply_data(E_Config_Dialog *cfd, CFData *cfdata); static Evas_Object *_advanced_create_widgets(E_Config_Dialog *cfd, Evas *evas, CFData *cfdata); -static void _dialog_cb_ok(void *data, E_Dialog *dia); -static void _dialog_cb_cancel(void *data, E_Dialog *dia); - struct _CFData { int show_splash; @@ -64,7 +61,6 @@ static int _basic_apply_data(E_Config_Dialog *cfd, CFData *cfdata) { - E_Action *a; int changed = 0; if (e_config->use_e_cursor != cfdata->use_e_cursor) changed = 1; @@ -167,19 +163,3 @@ e_widget_list_object_append(o, of, 1, 1, 0.5); return o; } - -static void -_dialog_cb_ok(void *data, E_Dialog *dia) -{ - E_Action *a; - - e_object_del(E_OBJECT(dia)); - a = e_action_find("restart"); - if ((a) && (a->func.go)) a->func.go(NULL, NULL); -} - -static void -_dialog_cb_cancel(void *data, E_Dialog *dia) -{ - e_object_del(E_OBJECT(dia)); -} ------------------------------------------------------- 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