diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-20 02:21:06 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-20 02:21:06 +0800 |
commit | 6b2295c93a40f6010d94399666a8e099aded8e85 (patch) | |
tree | c403d191ffbef6c12a7c97a0ee05838e7b23c8f3 /addressbook/gui/component/e-book-shell-view-private.h | |
parent | 3e3c13b439668945241b32cf8c1fd3d6e625f9f5 (diff) | |
download | gsoc2013-evolution-6b2295c93a40f6010d94399666a8e099aded8e85.tar.gz gsoc2013-evolution-6b2295c93a40f6010d94399666a8e099aded8e85.tar.zst gsoc2013-evolution-6b2295c93a40f6010d94399666a8e099aded8e85.zip |
Fix some miscellaneous address book bugs.
Kill e-shell-constants.h.
svn path=/branches/kill-bonobo/; revision=36392
Diffstat (limited to 'addressbook/gui/component/e-book-shell-view-private.h')
-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 b8d2a0ccb7..24af21539b 100644 --- a/addressbook/gui/component/e-book-shell-view-private.h +++ b/addressbook/gui/component/e-book-shell-view-private.h @@ -95,9 +95,6 @@ struct _EBookShellViewPrivate { GHashTable *uid_to_view; GHashTable *uid_to_editor; - - EBook *book; - gchar *password; }; void e_book_shell_view_private_init |