diff options
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/e-book-shell-view-private.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/addressbook/gui/component/e-book-shell-view-private.h b/addressbook/gui/component/e-book-shell-view-private.h index 6eda9a08e8..bdfc362ee3 100644 --- a/addressbook/gui/component/e-book-shell-view-private.h +++ b/addressbook/gui/component/e-book-shell-view-private.h @@ -36,7 +36,6 @@ #include <shell/e-shell-sidebar.h> #include <shell/e-activity-handler.h> -#include <eab-menu.h> #include <eab-gui-util.h> #include <e-addressbook-view.h> #include <e-book-shell-sidebar.h> @@ -103,8 +102,6 @@ struct _EBookShellViewPrivate { EBook *book; guint activity_id; gchar *password; - - EABMenu *menu; }; void e_book_shell_view_private_init |