From 23a2899b7506119eedda909b383ecd6045683237 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Mon, 30 Jun 2003 14:37:05 +0000 Subject: [PATCH] removed WombatClient interface. 2003-06-26 Rodrigo Moya * Evolution-Wombat.idl: removed WombatClient interface. * Makefile.am: don't link libwombat in. svn path=/trunk/; revision=21694 --- wombat/ChangeLog | 6 ++++++ wombat/Evolution-Wombat.idl | 5 ----- wombat/Makefile.am | 1 - 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/wombat/ChangeLog b/wombat/ChangeLog index c3a5503a99..f3b0124776 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,9 @@ +2003-06-26 Rodrigo Moya + + * Evolution-Wombat.idl: removed WombatClient interface. + + * Makefile.am: don't link libwombat in. + 2003-06-16 Frederic Crozat * Makefile.am: diff --git a/wombat/Evolution-Wombat.idl b/wombat/Evolution-Wombat.idl index ec951c5f1e..3f25693599 100644 --- a/wombat/Evolution-Wombat.idl +++ b/wombat/Evolution-Wombat.idl @@ -9,11 +9,6 @@ module GNOME { module Evolution { - interface WombatClient { - string getPassword (in string prompt, in string key); - void forgetPassword (in string key); - }; - interface Config { }; diff --git a/wombat/Makefile.am b/wombat/Makefile.am index 59c85dee4a..0e2837bbeb 100644 --- a/wombat/Makefile.am +++ b/wombat/Makefile.am @@ -61,7 +61,6 @@ evolution_wombat_LDADD = \ $(top_builddir)/calendar/cal-util/libcal-util.la \ $(top_builddir)/e-util/libedb3util.la \ $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/libwombat/libwombat.la \ $(WOMBAT_LIBS) if ENABLE_LDAP