aboutsummaryrefslogtreecommitdiffstats
path: root/mail/importers/mail-importer.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-08-16 23:25:08 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-16 23:42:26 +0800
commit672adf12a0923437e90d08ab7925bd9329fcce0d (patch)
tree53c076d56359c111085dad615295ecf0f5be7342 /mail/importers/mail-importer.c
parentc4716bf2e904a4bcf573ee30841378c1f53092ee (diff)
downloadgsoc2013-evolution-672adf12a0923437e90d08ab7925bd9329fcce0d.tar
gsoc2013-evolution-672adf12a0923437e90d08ab7925bd9329fcce0d.tar.gz
gsoc2013-evolution-672adf12a0923437e90d08ab7925bd9329fcce0d.tar.bz2
gsoc2013-evolution-672adf12a0923437e90d08ab7925bd9329fcce0d.tar.lz
gsoc2013-evolution-672adf12a0923437e90d08ab7925bd9329fcce0d.tar.xz
gsoc2013-evolution-672adf12a0923437e90d08ab7925bd9329fcce0d.tar.zst
gsoc2013-evolution-672adf12a0923437e90d08ab7925bd9329fcce0d.zip
Fix compiler warnings and deprecated GTK+ API usage.
Diffstat (limited to 'mail/importers/mail-importer.c')
-rw-r--r--mail/importers/mail-importer.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/importers/mail-importer.c b/mail/importers/mail-importer.c
index dd4de6370b..61726dd37f 100644
--- a/mail/importers/mail-importer.c
+++ b/mail/importers/mail-importer.c
@@ -114,23 +114,6 @@ mail_importer_add_line (MailImporter *importer,
camel_message_info_free(info);
}
-struct _BonoboObject *mail_importer_factory_cb(struct _BonoboGenericFactory *factory, const gchar *iid, gpointer data)
-{
-#if 0
- if (strcmp(iid, ELM_INTELLIGENT_IMPORTER_IID) == 0)
- return elm_intelligent_importer_new();
- else if (strcmp(iid, PINE_INTELLIGENT_IMPORTER_IID) == 0)
- return pine_intelligent_importer_new();
- else if (strcmp(iid, NETSCAPE_INTELLIGENT_IMPORTER_IID) == 0)
- return netscape_intelligent_importer_new();
- else if (strcmp(iid, MBOX_IMPORTER_IID) == 0)
- return mbox_importer_new();
- else if (strcmp(iid, OUTLOOK_IMPORTER_IID) == 0)
- return outlook_importer_new();
-#endif
- return NULL;
-}
-
struct _import_mbox_msg {
MailMsg base;