Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : snow

Dir     : e_modules/snow


Modified Files:
        e_mod_config.c 


Log Message:
Remove unused typedef and struct

===================================================================
RCS file: /cvs/e/e_modules/snow/e_mod_config.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- e_mod_config.c      5 Feb 2006 14:29:59 -0000       1.15
+++ e_mod_config.c      28 Mar 2006 18:32:37 -0000      1.16
@@ -3,8 +3,6 @@
 #include "e_mod_config.h"
 #include "config.h"
 
-typedef struct _Cfg_File_Data Cfg_File_Data;
-
 #define DENSITY_SPARSE 0
 #define DENSITY_MEDIUM 1
 #define DENSITY_DENSE 2
@@ -13,12 +11,6 @@
 {
    int show_trees;
    int density;
-};
-
-struct _Cfg_File_Data
-{
-   E_Config_Dialog *cfd;
-   char *file;
 };
 
 /* Protos */




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to