summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2017-03-05 19:37:45 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2017-03-05 19:37:45 +0000
commit0d5e38fad7cbb138aa0d08367a6ea9f004c9a960 (patch)
treedcf1c20063809e78add7bb21731f38f52889d8e4
parent5d094237e387c2062c264d36121e18ba263da113 (diff)
downloadlibgdata-0d5e38fad7cbb138aa0d08367a6ea9f004c9a960.tar.gz
core: Drop Freebase support from GDataGoaAuthorizer
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.
-rw-r--r--gdata/gdata-goa-authorizer.c3
1 files changed, 0 insertions, 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