[ekiga] Don't initialize the XCAP and resource-list codes in the engine
- From: Julien Puydt <jpuydt src gnome org>
- To: svn-commits-list gnome org
- Subject: [ekiga] Don't initialize the XCAP and resource-list codes in the engine
- Date: Fri, 19 Jun 2009 08:22:54 -0400 (EDT)
commit c09d305acb40ae949fbe3013f536cce9fd53e39c
Author: Julien Puydt <jpuydt gnome org>
Date: Fri Jun 19 14:11:44 2009 +0200
Don't initialize the XCAP and resource-list codes in the engine
lib/engine/Makefile.am | 6 ------
lib/engine/engine.cpp | 10 ----------
2 files changed, 0 insertions(+), 16 deletions(-)
---
diff --git a/lib/engine/Makefile.am b/lib/engine/Makefile.am
index e05e325..6e6b0d1 100644
--- a/lib/engine/Makefile.am
+++ b/lib/engine/Makefile.am
@@ -148,12 +148,6 @@ libekiga_engine_la_LIBADD += components/gnome-session/libgmgnomesession.la
endif
endif
-if HAVE_XCAP
-libekiga_engine_la_LIBADD += \
- components/xcap/libgmxcap.la \
- components/resource-list/libgmresource_list.la
-endif
-
if HAVE_NOTIFY
INCLUDES += -I$(top_srcdir)/lib/engine/components/libnotify/
libekiga_engine_la_LIBADD += components/libnotify/libgmlibnotify.la
diff --git a/lib/engine/engine.cpp b/lib/engine/engine.cpp
index 187c487..d06fdf2 100644
--- a/lib/engine/engine.cpp
+++ b/lib/engine/engine.cpp
@@ -99,11 +99,6 @@
#include "libnotify-main.h"
#endif
-#ifdef HAVE_XCAP
-#include "xcap-main.h"
-#include "resource-list-main.h"
-#endif
-
#ifdef HAVE_LOUDMOUTH
#include "loudmouth-main.h"
#endif
@@ -220,11 +215,6 @@ engine_init (int argc,
#endif
#endif
-#ifdef HAVE_XCAP
- xcap_init (kickstart);
- resource_list_init (kickstart);
-#endif
-
history_init (kickstart);
/* FIXME: this one should go away -- but if I don't put it here, the GUI
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]