aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine/mail-ops.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-07-26 08:31:30 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-07-26 08:32:04 +0800
commit77a8559d51353143992a75846cf429fdf3d769d2 (patch)
tree89289ec621dddd5cdf32002ed2b94deff624afdf /libemail-engine/mail-ops.h
parent711c028c6daa9dfb846f86edd715e00d32407f41 (diff)
downloadgsoc2013-evolution-77a8559d51353143992a75846cf429fdf3d769d2.tar
gsoc2013-evolution-77a8559d51353143992a75846cf429fdf3d769d2.tar.gz
gsoc2013-evolution-77a8559d51353143992a75846cf429fdf3d769d2.tar.bz2
gsoc2013-evolution-77a8559d51353143992a75846cf429fdf3d769d2.tar.lz
gsoc2013-evolution-77a8559d51353143992a75846cf429fdf3d769d2.tar.xz
gsoc2013-evolution-77a8559d51353143992a75846cf429fdf3d769d2.tar.zst
gsoc2013-evolution-77a8559d51353143992a75846cf429fdf3d769d2.zip
Remove unused mail_disconnect_store().
Diffstat (limited to 'libemail-engine/mail-ops.h')
-rw-r--r--libemail-engine/mail-ops.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libemail-engine/mail-ops.h b/libemail-engine/mail-ops.h
index 1d9382be52..18eca7571b 100644
--- a/libemail-engine/mail-ops.h
+++ b/libemail-engine/mail-ops.h
@@ -97,8 +97,6 @@ void mail_filter_folder (EMailSession *session,
/* filter driver execute shell command async callback */
void mail_execute_shell_command (CamelFilterDriver *driver, gint argc, gchar **argv, gpointer data);
-gint mail_disconnect_store (CamelStore *store);
-
G_END_DECLS
#endif /* MAIL_OPS_H */