Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/share/Pocket/PocketAPI.vala16
1 files changed, 1 insertions, 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()