Enlightenment CVS committal Author : devilhorns Project : e_modules Module : screenshot
Dir : e_modules/screenshot Modified Files: e_mod_config.c Log Message: Remove unused struct. Translators: Please make sure you have a current cvs e_modules before committing translations =================================================================== RCS file: /cvsroot/enlightenment/e_modules/screenshot/e_mod_config.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -3 -r1.17 -r1.18 --- e_mod_config.c 3 Feb 2006 01:02:23 -0000 1.17 +++ e_mod_config.c 3 Feb 2006 01:15:11 -0000 1.18 @@ -6,8 +6,6 @@ #define S_METHOD_IMPORT 0 #define S_METHOD_SCROT 1 -typedef struct _Cfg_File_Data Cfg_File_Data; - struct _E_Config_Dialog_Data { Screen *screen; @@ -41,12 +39,6 @@ #endif }; -struct _Cfg_File_Data -{ - E_Config_Dialog *cfd; - char *file; -}; - /* Protos */ static void *_create_data (E_Config_Dialog * cfd); static void _free_data (E_Config_Dialog * cfd, E_Config_Dialog_Data * cfdata); ------------------------------------------------------- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs