Remove no-longer-necessary call to camel_provider_register_as_module.

* filter-driver.c (start): Remove no-longer-necessary call to
	camel_provider_register_as_module.

svn path=/trunk/; revision=2693
This commit is contained in:
Dan Winship
2000-04-30 16:12:46 +00:00
parent 19a9f773ab
commit f028bd6aeb
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-04-30 Dan Winship <danw@helixcode.com>
* filter-driver.c (start): Remove no-longer-necessary call to
camel_provider_register_as_module.
2000-04-25 Ettore Perazzoli <ettore@helixcode.com>
* Makefile.am (INCLUDES): Use `$(GTKHTML_CFLAGS)'.

View File

@ -290,7 +290,6 @@ start(void)
/* just hack up this for now */
x->ex = camel_exception_new ();
camel_provider_register_as_module ("../camel/providers/mbox/.libs/libcamelmbox.so.0");
x->session = camel_session_new (auth_callback);
printf("session = %p\n", x->session);
x->store = camel_session_get_store (x->session, store_url, x->ex);