aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/control-factory.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@helixcode.com>2000-08-26 13:46:47 +0800
committerJP Rosevear <jpr@src.gnome.org>2000-08-26 13:46:47 +0800
commit52b965f43ff11d75aac2494e8c8c677dfbd7cb2a (patch)
tree88adad34786b87da3784b5e6e69138a0ef3d5a38 /calendar/gui/control-factory.c
parent330aead96c8655a66738ecc56535b674deb08f99 (diff)
downloadgsoc2013-evolution-52b965f43ff11d75aac2494e8c8c677dfbd7cb2a.tar
gsoc2013-evolution-52b965f43ff11d75aac2494e8c8c677dfbd7cb2a.tar.gz
gsoc2013-evolution-52b965f43ff11d75aac2494e8c8c677dfbd7cb2a.tar.bz2
gsoc2013-evolution-52b965f43ff11d75aac2494e8c8c677dfbd7cb2a.tar.lz
gsoc2013-evolution-52b965f43ff11d75aac2494e8c8c677dfbd7cb2a.tar.xz
gsoc2013-evolution-52b965f43ff11d75aac2494e8c8c677dfbd7cb2a.tar.zst
gsoc2013-evolution-52b965f43ff11d75aac2494e8c8c677dfbd7cb2a.zip
Remove gnorba stuff
2000-08-26 JP Rosevear <jpr@helixcode.com> * gui/Makefile.am: Remove gnorba stuff * gui/main.c: ditto * gui/component-factory.c: ditto * gui/control-factory.c: ditto * gui/*.gnorba: ditto svn path=/trunk/; revision=5048
Diffstat (limited to 'calendar/gui/control-factory.c')
-rw-r--r--calendar/gui/control-factory.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/calendar/gui/control-factory.c b/calendar/gui/control-factory.c
index d7626d21f3..7bdd9b52a5 100644
--- a/calendar/gui/control-factory.c
+++ b/calendar/gui/control-factory.c
@@ -28,11 +28,7 @@
#include <bonobo/bonobo-control.h>
#include <glade/glade.h>
-#ifdef USING_OAF
#include <liboaf/liboaf.h>
-#else
-#include <libgnorba/gnorba.h>
-#endif
#include <cal-util/timeutil.h>
#include <gui/alarm.h>
@@ -45,11 +41,7 @@
#define PROPERTY_CALENDAR_URI_IDX 1
-#ifdef USING_OAF
#define CONTROL_FACTORY_ID "OAFIID:control-factory:calendar:f4f90989-0f50-4af2-ad94-8bbdf331f0bc"
-#else
-#define CONTROL_FACTORY_ID "control-factory:calendar"
-#endif
CORBA_Environment ev;