Remove nasty commented lines.

Remove whitespace.



SVN revision: 44082
This commit is contained in:
Christopher Michael 2009-12-01 08:44:36 +00:00
parent dc385d2fb5
commit 780be7b98c
2 changed files with 6 additions and 18 deletions

View File

@ -4,23 +4,10 @@
#include "e.h"
#include "e_mod_main.h"
/***************************************************************************/
/**/
/* actual module specifics */
static E_Module *conf_module = NULL;
/**/
/***************************************************************************/
/***************************************************************************/
/**/
/**/
/***************************************************************************/
/***************************************************************************/
/**/
/* module setup */
EAPI E_Module_Api e_modapi =
{
@ -42,6 +29,7 @@ EAPI int
e_modapi_shutdown(E_Module *m)
{
E_Config_Dialog *cfd;
while ((cfd = e_config_dialog_get("E", "_config_icon_theme_dialog"))) e_object_del(E_OBJECT(cfd));
e_configure_registry_item_del("appearance/icon_theme");
e_configure_registry_category_del("appearance");