summaryrefslogtreecommitdiff
path: root/gdata/gdata-goa-authorizer.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdata/gdata-goa-authorizer.c')
-rw-r--r--gdata/gdata-goa-authorizer.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdata/gdata-goa-authorizer.c b/gdata/gdata-goa-authorizer.c
index b7ae12a0..e71f6145 100644
--- a/gdata/gdata-goa-authorizer.c
+++ b/gdata/gdata-goa-authorizer.c
@@ -70,7 +70,6 @@
#include "gdata-service.h"
#include "services/calendar/gdata-calendar-service.h"
-#include "services/contacts/gdata-contacts-service.h"
#include "services/documents/gdata-documents-service.h"
#include "services/picasaweb/gdata-picasaweb-service.h"
@@ -181,12 +180,6 @@ gdata_goa_authorizer_set_goa_object (GDataGoaAuthorizer *self, GoaObject *goa_ob
add_authorization_domains (self, GDATA_TYPE_CALENDAR_SERVICE);
}
- G_GNUC_BEGIN_IGNORE_DEPRECATIONS
- if (goa_object_peek_contacts (goa_object) != NULL) {
- add_authorization_domains (self, GDATA_TYPE_CONTACTS_SERVICE);
- }
- G_GNUC_END_IGNORE_DEPRECATIONS
-
if (goa_object_peek_documents (goa_object) != NULL || goa_object_peek_files (goa_object) != NULL) {
add_authorization_domains (self, GDATA_TYPE_DOCUMENTS_SERVICE);
}