Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/pager


Modified Files:
        e_mod_config.c 


Log Message:
Removed unused Cfg_File struct. Some formatting
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/pager/e_mod_config.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- e_mod_config.c      12 Mar 2006 16:12:58 -0000      1.15
+++ e_mod_config.c      18 Mar 2006 16:46:00 -0000      1.16
@@ -3,8 +3,6 @@
 #include "e_mod_config.h"
 #include "config.h"
 
-typedef struct _Cfg_File_Data Cfg_File_Data;
-
 struct _E_Config_Dialog_Data
 {
    int show_name;
@@ -13,12 +11,6 @@
    double popup_speed;
 };
 
-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);
@@ -128,7 +120,8 @@
    p->conf->popup = cfdata->show_popup;
    
    p->conf->deskname_pos = cfdata->name_pos;
-   if (!cfdata->show_name) p->conf->deskname_pos = PAGER_DESKNAME_NONE;
+   if (!cfdata->show_name) 
+     p->conf->deskname_pos = PAGER_DESKNAME_NONE;
    
    e_config_save_queue();
    
@@ -185,7 +178,8 @@
    p->conf->popup = cfdata->show_popup;
    
    p->conf->deskname_pos = cfdata->name_pos;
-   if (!cfdata->show_name) p->conf->deskname_pos = PAGER_DESKNAME_NONE;
+   if (!cfdata->show_name) 
+     p->conf->deskname_pos = PAGER_DESKNAME_NONE;
    p->conf->popup_speed = cfdata->popup_speed;
    
    e_border_button_bindings_grab_all();




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