[libgdata] core: Drop Freebase support from GDataGoaAuthorizer



commit 0d5e38fad7cbb138aa0d08367a6ea9f004c9a960
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun Mar 5 19:37:45 2017 +0000

    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.

 gdata/gdata-goa-authorizer.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gdata/gdata-goa-authorizer.c b/gdata/gdata-goa-authorizer.c
index d02be29..ecfecae 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]