diff options
-rw-r--r-- | modules/book-config-google/evolution-book-config-google.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/book-config-google/evolution-book-config-google.c b/modules/book-config-google/evolution-book-config-google.c index 24d46356de..e097c0a2cd 100644 --- a/modules/book-config-google/evolution-book-config-google.c +++ b/modules/book-config-google/evolution-book-config-google.c @@ -68,9 +68,6 @@ book_config_google_insert_widgets (ESourceConfigBackend *backend, G_OBJECT (backend), uid, context, (GDestroyNotify) book_config_google_context_free); - e_book_source_config_add_offline_toggle ( - E_BOOK_SOURCE_CONFIG (config), scratch_source); - e_source_config_add_user_entry (config, scratch_source); e_source_config_add_refresh_interval (config, scratch_source); |