diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-06-30 22:36:49 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-06-30 22:36:49 +0800 |
commit | 08d464a7e31d36c504c4d62762ce52d92d569e73 (patch) | |
tree | f6d5dc96b1c200526c9c764d4f03fe281bf3d40d /calendar/conduits | |
parent | c93054bdef122eb853b476c345aa49cf7f41fed3 (diff) | |
download | gsoc2013-evolution-08d464a7e31d36c504c4d62762ce52d92d569e73.tar.gz gsoc2013-evolution-08d464a7e31d36c504c4d62762ce52d92d569e73.tar.zst gsoc2013-evolution-08d464a7e31d36c504c4d62762ce52d92d569e73.zip |
removed usage of WombatClient. (client_get_password_cb,
2003-06-30 Rodrigo Moya <rodrigo@ximian.com>
* cal-client/cal-client.c: removed usage of WombatClient.
(client_get_password_cb, client_forget_password_cb): removed.
(real_open_calendar): don't create the WombatClient object.
(cal_client_init, cal_client_finalize): removed WombatClient
related code.
(cal_client_finalize): re-enabled call to destroy_factories.
* pcs/cal.c: removed usage of WombatClient interface.
(cal_construct): don't get a reference to the WombatClient.
(cal_get_password, cal_forget_password): removed unused functions.
* conduits/calendar/Makefile.am:
* cal-client/Makefile.am: removed references to libwombat.
svn path=/trunk/; revision=21693
Diffstat (limited to 'calendar/conduits')
-rw-r--r-- | calendar/conduits/calendar/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/conduits/calendar/Makefile.am b/calendar/conduits/calendar/Makefile.am index 84efaaa23e..1ba960c896 100644 --- a/calendar/conduits/calendar/Makefile.am +++ b/calendar/conduits/calendar/Makefile.am @@ -22,7 +22,6 @@ libecalendar_conduit_la_LIBADD = \ $(top_builddir)/calendar/cal-util/libcal-util-static.la \ $(top_builddir)/libversit/libversit.la \ $(top_builddir)/libical/src/libical/libical-static.la \ - $(top_builddir)/libwombat/libwombat-static.la \ $(top_builddir)/e-util/libeconduit.la \ $(EVOLUTION_CALENDAR_CONDUIT_LIBS) |