aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/e-mail-shell-view-private.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-02-16 10:04:43 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-02-16 10:05:32 +0800
commit5e1eda8877c85460ab1bd347533673c43c35309b (patch)
treeeabab7cd61e8370e7da8748f7d09dc5066d34e6d /modules/mail/e-mail-shell-view-private.h
parent2ebfd1d525cac225a61f743a295fd94266095e6a (diff)
downloadgsoc2013-evolution-5e1eda8877c85460ab1bd347533673c43c35309b.tar
gsoc2013-evolution-5e1eda8877c85460ab1bd347533673c43c35309b.tar.gz
gsoc2013-evolution-5e1eda8877c85460ab1bd347533673c43c35309b.tar.bz2
gsoc2013-evolution-5e1eda8877c85460ab1bd347533673c43c35309b.tar.lz
gsoc2013-evolution-5e1eda8877c85460ab1bd347533673c43c35309b.tar.xz
gsoc2013-evolution-5e1eda8877c85460ab1bd347533673c43c35309b.tar.zst
gsoc2013-evolution-5e1eda8877c85460ab1bd347533673c43c35309b.zip
EMailShellView: Use g_clear_object() in dispose().
Diffstat (limited to 'modules/mail/e-mail-shell-view-private.h')
-rw-r--r--modules/mail/e-mail-shell-view-private.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/mail/e-mail-shell-view-private.h b/modules/mail/e-mail-shell-view-private.h
index bd9db02b10..28d90d463b 100644
--- a/modules/mail/e-mail-shell-view-private.h
+++ b/modules/mail/e-mail-shell-view-private.h
@@ -70,12 +70,6 @@
#define ACTION_GROUP(name) \
(E_SHELL_WINDOW_ACTION_GROUP_##name (shell_window))
-/* For use in dispose() methods. */
-#define DISPOSE(obj) \
- G_STMT_START { \
- if ((obj) != NULL) { g_object_unref (obj); (obj) = NULL; } \
- } G_STMT_END
-
/* ETable Specifications */
#define ETSPEC_FILENAME "message-list.etspec"