aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-private.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-04 23:56:09 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-06 04:40:48 +0800
commit7d6027be1a9989549c80fdbe6dcf8317c54a6a6a (patch)
tree062b4b3146497089003edd0d5b53527a952cfefc /shell/e-shell-window-private.h
parent109bad0ce54a73519abba7094a5e6090b8525ac3 (diff)
downloadgsoc2013-evolution-7d6027be1a9989549c80fdbe6dcf8317c54a6a6a.tar
gsoc2013-evolution-7d6027be1a9989549c80fdbe6dcf8317c54a6a6a.tar.gz
gsoc2013-evolution-7d6027be1a9989549c80fdbe6dcf8317c54a6a6a.tar.bz2
gsoc2013-evolution-7d6027be1a9989549c80fdbe6dcf8317c54a6a6a.tar.lz
gsoc2013-evolution-7d6027be1a9989549c80fdbe6dcf8317c54a6a6a.tar.xz
gsoc2013-evolution-7d6027be1a9989549c80fdbe6dcf8317c54a6a6a.tar.zst
gsoc2013-evolution-7d6027be1a9989549c80fdbe6dcf8317c54a6a6a.zip
EShell-related cleanups.
Diffstat (limited to 'shell/e-shell-window-private.h')
-rw-r--r--shell/e-shell-window-private.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/e-shell-window-private.h b/shell/e-shell-window-private.h
index d69546c440..3572bf5000 100644
--- a/shell/e-shell-window-private.h
+++ b/shell/e-shell-window-private.h
@@ -46,12 +46,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
-
/* Format for switcher action names.
* The last part is the shell view name.
* (e.g. switch-to-mail, switch-to-calendar) */