Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : emu

Dir     : e_modules/emu/src/modules/emu


Modified Files:
        e_mod_main.c e_mod_main.h 


Log Message:
Remove deprecated functions.

===================================================================
RCS file: /cvs/e/e_modules/emu/src/modules/emu/e_mod_main.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- e_mod_main.c        16 Sep 2007 03:31:40 -0000      1.21
+++ e_mod_main.c        2 Nov 2007 12:22:16 -0000       1.22
@@ -90,27 +90,6 @@
 };
 
 /**
- * Display your modules about dialog.
- *
- * @param   m a pointer to your E_Module structure.
- * @return  1 for success, 0 for failure.
- * @ingroup Emu_Module_Basic_Group
- */
-EAPI int
-e_modapi_about(E_Module *m)
-{
-   /* This is a basic module dialog that is provided for simplicity, 
-    * but there is probably nothing stopping you from making a complex dialog. 
*/
-   e_module_dialog_show(m, D_("Enlightenment Emu Module - gadcon version " 
VERSION),
-                        D_
-                        ("Experimental generic scriptable module for 
E17.<br><br>"
-                         "Keep an eye out for the emu's.<br>"
-                         "Don't even try to run away, they're fast 
buggers.<br>"
-                         "Hiding in your dunny doesn't help, they can kick 
dunnies down."));
-   return 1;
-}
-
-/**
  * Setup basic module.
  *
  * It is called when the module is enabled.
===================================================================
RCS file: /cvs/e/e_modules/emu/src/modules/emu/e_mod_main.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_mod_main.h        7 Jun 2006 03:50:06 -0000       1.9
+++ e_mod_main.h        2 Nov 2007 12:22:16 -0000       1.10
@@ -58,9 +58,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 _emu_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