diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-01-21 08:41:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-01-21 09:56:16 +0800 |
commit | b24ca598cbce0df72d504a5d627d00070dad8966 (patch) | |
tree | 52282f84796d462f1ef0a6cdf73a4a4a37a370cf | |
parent | 8a71509ee441e48215df9a9c3018214fe9a592ce (diff) | |
download | gsoc2013-evolution-b24ca598cbce0df72d504a5d627d00070dad8966.tar.gz gsoc2013-evolution-b24ca598cbce0df72d504a5d627d00070dad8966.tar.zst gsoc2013-evolution-b24ca598cbce0df72d504a5d627d00070dad8966.zip |
evolution-module-mail.c: Remove unused declaration.
-rw-r--r-- | modules/mail/evolution-module-mail.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/mail/evolution-module-mail.c b/modules/mail/evolution-module-mail.c index fa2f14b2d2..9cae40e09e 100644 --- a/modules/mail/evolution-module-mail.c +++ b/modules/mail/evolution-module-mail.c @@ -38,7 +38,6 @@ /* Module Entry Points */ void e_module_load (GTypeModule *type_module); void e_module_unload (GTypeModule *type_module); -const gchar * g_module_check_init (GModule *module); G_MODULE_EXPORT void e_module_load (GTypeModule *type_module) |