diff options
Diffstat (limited to 'shell/e-shell-window.h')
-rw-r--r-- | shell/e-shell-window.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/e-shell-window.h b/shell/e-shell-window.h index d3abe1f201..7c404fadc8 100644 --- a/shell/e-shell-window.h +++ b/shell/e-shell-window.h @@ -34,7 +34,6 @@ #define E_IS_SHELL_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), E_TYPE_SHELL_WINDOW)) #define E_IS_SHELL_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((obj), E_TYPE_SHELL_WINDOW)) - typedef struct _EShellWindow EShellWindow; typedef struct _EShellWindowPrivate EShellWindowPrivate; typedef struct _EShellWindowClass EShellWindowClass; @@ -51,10 +50,8 @@ struct _EShellWindowClass { void (* component_changed) (EShellWindow *window); }; - #include "e-shell.h" - GType e_shell_window_get_type (void); GtkWidget *e_shell_window_new (EShell *shell, |