From 2b60c3bf9106faca6526964252530ecbcbfd4b49 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Tue, 8 May 2001 23:30:00 +0000 Subject: Moved all references for the Mail.h and Bonobo stuff into the .c file svn path=/trunk/; revision=9723 --- mail/mail-config.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'mail/mail-config.h') diff --git a/mail/mail-config.h b/mail/mail-config.h index 896b914249..10c403389f 100644 --- a/mail/mail-config.h +++ b/mail/mail-config.h @@ -26,10 +26,6 @@ #include #include -#include - -#include "Mail.h" - #ifdef __cplusplus extern "C" { #pragma } @@ -143,20 +139,6 @@ char *mail_config_folder_to_cachename (CamelFolder *folder, const char *prefix); gboolean mail_config_check_service (const char *url, CamelProviderType type, GList **authtypes); -/* For the bonobo object */ -typedef struct _EvolutionMailConfig EvolutionMailConfig; -typedef struct _EvolutionMailConfigClass EvolutionMailConfigClass; - -struct _EvolutionMailConfig { - BonoboXObject parent; -}; - -struct _EvolutionMailConfigClass { - BonoboXObjectClass parent_class; - - POA_GNOME_Evolution_MailConfig__epv epv; -}; - #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.3