From 7d6027be1a9989549c80fdbe6dcf8317c54a6a6a Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 4 Jul 2013 11:56:09 -0400 Subject: EShell-related cleanups. --- shell/e-shell-window-private.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'shell/e-shell-window-private.h') 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) */ -- cgit v1.2.3