Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_theme.c 


Log Message:
- don't need that anymore

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_theme.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- ewl_theme.c 6 Jan 2007 00:01:46 -0000       1.32
+++ ewl_theme.c 6 Jan 2007 00:03:47 -0000       1.33
@@ -46,18 +46,9 @@
 void
 ewl_theme_shutdown(void)
 {
-       char *data;
-
        DENTER_FUNCTION(DLEVEL_STABLE);
 
-       if (ewl_theme_font_paths) {
-               while ((data = ecore_list_remove_first(ewl_theme_font_paths)))
-                       FREE(data);
-               
-               ecore_list_destroy(ewl_theme_font_paths);
-               ewl_theme_font_paths = NULL;
-       }
-
+       IF_FREE_LIST(ewl_theme_font_paths);
        if (ewl_theme_def_data) {
                ecore_hash_destroy(ewl_theme_def_data);
                ewl_theme_def_data = NULL;



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