diff options
author | Herbert Reiter <46045854+damoasda@users.noreply.github.com> | 2021-02-07 17:57:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-07 17:57:09 +0100 |
commit | 60968089ae4afe13ba48d64346ea39c542ad457b (patch) | |
tree | 6a8d9bbf36d1e9aced4fcf533a6b47c4c565fdbf /core/src/play | |
parent | ded779d0c9b884fae3b78347f7b8a09069730785 (diff) | |
download | AntennaPod-60968089ae4afe13ba48d64346ea39c542ad457b.zip |
Refactoring: Remove ClientConfig.automaticDownloadAlgorithm (#4924)
Diffstat (limited to 'core/src/play')
-rw-r--r-- | core/src/play/java/de/danoeh/antennapod/core/ClientConfig.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/play/java/de/danoeh/antennapod/core/ClientConfig.java b/core/src/play/java/de/danoeh/antennapod/core/ClientConfig.java index 4b5e4d588..e8c2b1dcd 100644 --- a/core/src/play/java/de/danoeh/antennapod/core/ClientConfig.java +++ b/core/src/play/java/de/danoeh/antennapod/core/ClientConfig.java @@ -12,7 +12,6 @@ import de.danoeh.antennapod.core.preferences.SleepTimerPreferences; import de.danoeh.antennapod.core.preferences.UsageStatistics; import de.danoeh.antennapod.core.preferences.UserPreferences; import de.danoeh.antennapod.core.service.download.AntennapodHttpClient; -import de.danoeh.antennapod.core.storage.AutomaticDownloadAlgorithm; import de.danoeh.antennapod.core.storage.PodDBAdapter; import de.danoeh.antennapod.core.util.NetworkUtils; import de.danoeh.antennapod.core.util.gui.NotificationUtils; @@ -39,8 +38,6 @@ public class ClientConfig { public static PlaybackServiceCallbacks playbackServiceCallbacks; - public static AutomaticDownloadAlgorithm automaticDownloadAlgorithm; - public static CastCallbacks castCallbacks; private static boolean initialized = false; |