Remove "don't connect" option from Tor network setting.

This has been replaced by the enable/disable setting and no longer
works.
This commit is contained in:
akwizgran
2020-01-29 14:31:14 +00:00
parent 2d38bd5734
commit 71b0408fe6
3 changed files with 19 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ public interface TorConstants {
int PREF_TOR_NETWORK_AUTOMATIC = 0;
int PREF_TOR_NETWORK_WITHOUT_BRIDGES = 1;
int PREF_TOR_NETWORK_WITH_BRIDGES = 2;
// TODO: Remove when settings migration code is removed
int PREF_TOR_NETWORK_NEVER = 3;
// Reason codes returned by Plugin#getReasonDisabled()