From 9a6b1689a74bccedccd6ff45ce90a4124e394d56 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 25 Jul 2000 01:38:08 +0000 Subject: Remove GOAD support. * component-factory.c, folder-browser-factory.c, test-mail.c: Remove GOAD support. * main.c: Remove GOAD support. (main): More "guess the build mistake" fun, this time for the failure to initialize Bonobo case. svn path=/trunk/; revision=4301 --- mail/component-factory.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mail/component-factory.c') diff --git a/mail/component-factory.c b/mail/component-factory.c index a00e687d43..bd3e13eb23 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -48,11 +48,7 @@ static void real_create_imap_storage( gpointer user_data ); static void create_news_storage (EvolutionShellComponent *shell_component); static void real_create_news_storage( gpointer user_data ); -#ifdef USING_OAF #define COMPONENT_FACTORY_ID "OAFIID:evolution-shell-component-factory:evolution-mail:0ea887d5-622b-4b8c-b525-18aa1cbe18a6" -#else -#define COMPONENT_FACTORY_ID "evolution-shell-component-factory:evolution-mail" -#endif static BonoboGenericFactory *factory = NULL; -- cgit v1.2.3