Enlightenment CVS committal Author : handyande Project : misc Module : engage
Dir : misc/engage/src Modified Files: config.c engage.h Log Message: Remove more old code =================================================================== RCS file: /cvsroot/enlightenment/misc/engage/src/config.c,v retrieving revision 1.47 retrieving revision 1.48 diff -u -3 -r1.47 -r1.48 --- config.c 14 Oct 2004 22:38:59 -0000 1.47 +++ config.c 10 Nov 2004 14:10:08 -0000 1.48 @@ -130,10 +130,6 @@ ecore_config_argb_create("engage.options.bg_fore", "#7f000000", 'B', "bg-outline-color", "Background outline color"); ecore_config_argb_create("engage.options.bg_back", "#7fffffff", 'b', "bg-main-color", "Background main color"); - ecore_config_string_create("engage.options.tt_fa", "Vera", 'f', "font", - "The font to use for application titles etc."); - ecore_config_int_create("engage.options.tt_fs", 8, 'F', "font-size", - "The font size (in points)"); ecore_config_float_create("engage.options.icon_appear_duration", 0.1, 'D', "appear-time", "Time taken (in seconds) for new icons to appear"); @@ -183,8 +179,6 @@ ecore_config_listen("colour", "engage.options.bg_back", colour_listener, BG_BACK, NULL); - options.tt_fa = ecore_config_string_get("engage.options.tt_fa"); - options.tt_fs = ecore_config_int_get("engage.options.tt_fs"); options.icon_appear_duration = ecore_config_float_get("engage.options.icon_appear_duration"); =================================================================== RCS file: /cvsroot/enlightenment/misc/engage/src/engage.h,v retrieving revision 1.26 retrieving revision 1.27 diff -u -3 -r1.26 -r1.27 --- engage.h 14 Oct 2004 22:38:59 -0000 1.26 +++ engage.h 10 Nov 2004 14:10:09 -0000 1.27 @@ -95,8 +95,6 @@ double zoomfactor, dock_zoom_duration; unsigned bg_fore, bg_back; // color - ARGB - char *tt_fa; // font name - int tt_fs; // font size double icon_appear_duration; int tray, ignore_run, ignore_min; }; ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs