From 0d5e38fad7cbb138aa0d08367a6ea9f004c9a960 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Sun, 5 Mar 2017 19:37:45 +0000 Subject: core: Drop Freebase support from GDataGoaAuthorizer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s unclear whether the authorisation domain will be accepted in future, and there’s no point in authorising for it anyway, since the service has been shut down. --- gdata/gdata-goa-authorizer.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gdata/gdata-goa-authorizer.c b/gdata/gdata-goa-authorizer.c index d02be29b..ecfecaea 100644 --- a/gdata/gdata-goa-authorizer.c +++ b/gdata/gdata-goa-authorizer.c @@ -73,7 +73,6 @@ #include "services/contacts/gdata-contacts-service.h" #include "services/documents/gdata-documents-service.h" #include "services/picasaweb/gdata-picasaweb-service.h" -#include "services/freebase/gdata-freebase-service.h" #define HMAC_SHA1_LEN 20 /* bytes, raw */ @@ -392,8 +391,6 @@ gdata_goa_authorizer_set_goa_object (GDataGoaAuthorizer *self, GoaObject *goa_ob if (goa_object_peek_photos (goa_object) != NULL) { add_authorization_domains (self, GDATA_TYPE_PICASAWEB_SERVICE); } - - add_authorization_domains (self, GDATA_TYPE_FREEBASE_SERVICE); } static void -- cgit v1.2.1