From b817369f0913d37e38f14c3c9e23a15f49884a70 Mon Sep 17 00:00:00 2001 From: Yuliya Bagriy Date: Sun, 28 Jul 2019 19:51:36 -0400 Subject: Do not try to use deprecated GOA Pocket support --- plugins/share/Pocket/PocketAPI.vala | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/plugins/share/Pocket/PocketAPI.vala b/plugins/share/Pocket/PocketAPI.vala index 511ce59d..72c1729f 100644 --- a/plugins/share/Pocket/PocketAPI.vala +++ b/plugins/share/Pocket/PocketAPI.vala @@ -250,21 +250,7 @@ public class FeedReader.PocketAPI : ShareAccountInterface, Peas.ExtensionBase { public bool useSystemAccounts() { - try - { - Goa.Client? client = new Goa.Client.sync(); - if(client != null) - { - return true; - } - - return false; - } - catch(GLib.Error e) - { - Logger.debug("PocketAPI.useSystemAccounts(): %s".printf(e.message)); - return false; - } + return false; } public string pluginID() -- cgit v1.2.3