remove google+ and readability sharing support since they're dead

This commit is contained in:
Athou
2022-01-02 08:21:32 +01:00
parent e01e59b72c
commit 3f3ef27d6b
8 changed files with 59 additions and 86 deletions

View File

@@ -71,11 +71,9 @@ public class UserSettings extends AbstractModel {
private boolean gmail;
private boolean facebook;
private boolean twitter;
private boolean googleplus;
private boolean tumblr;
private boolean pocket;
private boolean instapaper;
private boolean buffer;
private boolean readability;
}