diff options
Diffstat (limited to 'shell/e-setup.h')
-rw-r--r-- | shell/e-setup.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/shell/e-setup.h b/shell/e-setup.h index e9b228dc1c..214dbcdd9e 100644 --- a/shell/e-setup.h +++ b/shell/e-setup.h @@ -23,13 +23,10 @@ #ifndef _E_SETUP_H #define _E_SETUP_H -#include "e-util/e-config-listener.h" - #include <glib.h> gboolean e_setup (const char *evolution_directory); -void e_setup_check_config (EConfigListener *config_listener, - const char *evolution_directory); +void e_setup_check_config (const char *evolution_directory); #endif /* _E_SETUP_H */ |