Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : penguins

Dir     : e_modules/penguins


Modified Files:
        e_mod_main.c e_mod_main.h 


Log Message:
Remove deprecated functions.

===================================================================
RCS file: /cvs/e/e_modules/penguins/e_mod_main.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_mod_main.c        20 Oct 2007 13:14:50 -0000      1.1
+++ e_mod_main.c        2 Nov 2007 12:22:16 -0000       1.2
@@ -78,42 +78,6 @@
    return 1;
 }
 
-EAPI int
-e_modapi_about(E_Module *m)
-{
-   e_module_dialog_show(m, D_("Enlightenment Penguins Module"),
-                        D_
-                        ("This is a module to display fancy penguins on your 
desktop.<br>and you can choose the population you like"));
-   return 1;
-}
-
-EAPI int
-e_modapi_config(E_Module *m)
-{
-   Population *pop;
-   E_Container *con;
-   Evas_List *l;
-
-   pop = m->data;
-   if (!pop)
-      return 0;
-   if (!pop->cons)
-      return 0;
-   con = e_container_current_get(e_manager_current_get());
-   for (l = pop->cons; l; l = l->next)
-     {
-        E_Container *c;
-
-        c = l->data;
-        if (c == con)
-          {
-             _config_penguin_module(con, pop);
-             break;
-          }
-     }
-   return 1;
-}
-
 /* module private routines */
 static Population *
 _population_init(E_Module *m)
===================================================================
RCS file: /cvs/e/e_modules/penguins/e_mod_main.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_mod_main.h        20 Oct 2007 13:14:50 -0000      1.1
+++ e_mod_main.h        2 Nov 2007 12:22:16 -0000       1.2
@@ -84,8 +84,6 @@
 EAPI void *e_modapi_init(E_Module *m);
 EAPI int e_modapi_shutdown(E_Module *m);
 EAPI int e_modapi_save(E_Module *m);
-EAPI int e_modapi_about(E_Module *m);
-EAPI int e_modapi_config(E_Module *m);
 
 void _penguins_cb_config_updated(void *data);
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to