diff options
Diffstat (limited to 'tests/test11.c')
-rw-r--r-- | tests/test11.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test11.c b/tests/test11.c index c7a8a5c1b5..1cc778bda1 100644 --- a/tests/test11.c +++ b/tests/test11.c @@ -78,7 +78,6 @@ main (int argc, char**argv) gtk_init (&argc, &argv); camel_init (); ex = camel_exception_new (); - camel_provider_register_as_module ("../camel/providers/mbox/.libs/libcamelmbox.so.0"); sd = g_malloc0(sizeof(*sd)); sd->ex = ex; |