diff options
author | Dan Winship <danw@src.gnome.org> | 2000-08-30 02:13:21 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-08-30 02:13:21 +0800 |
commit | 3ad97477c9110a8cfd8e9641f84c8984abf33be5 (patch) | |
tree | 0bacc110535936967cc8b0b44fbb2625d4d344dc /addressbook/backend/ebook/test-client-list.c | |
parent | e02a9171c4acc0d0884c32ad6b9119663b0d9bf2 (diff) | |
download | gsoc2013-evolution-3ad97477c9110a8cfd8e9641f84c8984abf33be5.tar.gz gsoc2013-evolution-3ad97477c9110a8cfd8e9641f84c8984abf33be5.tar.zst gsoc2013-evolution-3ad97477c9110a8cfd8e9641f84c8984abf33be5.zip |
Remove USING_OAF checks
svn path=/trunk/; revision=5099
Diffstat (limited to 'addressbook/backend/ebook/test-client-list.c')
-rw-r--r-- | addressbook/backend/ebook/test-client-list.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/addressbook/backend/ebook/test-client-list.c b/addressbook/backend/ebook/test-client-list.c index e492323310..69422ba20e 100644 --- a/addressbook/backend/ebook/test-client-list.c +++ b/addressbook/backend/ebook/test-client-list.c @@ -2,12 +2,7 @@ #include <config.h> #include <bonobo.h> #include <gnome.h> - -#ifdef USING_OAF #include <liboaf/liboaf.h> -#else -#include <libgnorba/gnorba.h> -#endif #include "e-book.h" @@ -16,14 +11,8 @@ CORBA_Environment ev; static void init_bonobo (int argc, char **argv) { -#ifdef USING_OAF gnome_init ("blah", "0.0", argc, argv); oaf_init (argc, argv); -#else - gnome_CORBA_init_with_popt_table ( - "blah", "0.0", - &argc, argv, NULL, 0, NULL, GNORBA_INIT_SERVER_FUNC, &ev); -#endif if (bonobo_init (CORBA_OBJECT_NIL, CORBA_OBJECT_NIL, CORBA_OBJECT_NIL) == FALSE) g_error (_("Could not initialize Bonobo")); |