Remove experimental word confirm

This commit is contained in:
Dominik Schürmann
2017-12-15 15:25:45 +01:00
parent 81de534654
commit 4514e1b074
10 changed files with 7 additions and 410 deletions

View File

@@ -400,10 +400,6 @@ public class Preferences {
// experimental prefs
public boolean getExperimentalEnableWordConfirm() {
return mSharedPreferences.getBoolean(Pref.EXPERIMENTAL_ENABLE_WORD_CONFIRM, false);
}
public boolean getExperimentalEnableLinkedIdentities() {
return mSharedPreferences.getBoolean(Pref.EXPERIMENTAL_ENABLE_LINKED_IDENTITIES, false);
}