diff options
Diffstat (limited to 'shell/e-shell-window-private.h')
-rw-r--r-- | shell/e-shell-window-private.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/e-shell-window-private.h b/shell/e-shell-window-private.h index 3faf3be50c..6a9744d971 100644 --- a/shell/e-shell-window-private.h +++ b/shell/e-shell-window-private.h @@ -49,10 +49,6 @@ #include <e-shell-window-actions.h> #include <e-shell-utils.h> -#define E_SHELL_WINDOW_GET_PRIVATE(obj) \ - (G_TYPE_INSTANCE_GET_PRIVATE \ - ((obj), E_TYPE_SHELL_WINDOW, EShellWindowPrivate)) - /* Shorthand, requires a variable named "shell_window". */ #define ACTION(name) \ (E_SHELL_WINDOW_ACTION_##name (shell_window)) |