From 60968089ae4afe13ba48d64346ea39c542ad457b Mon Sep 17 00:00:00 2001 From: Herbert Reiter <46045854+damoasda@users.noreply.github.com> Date: Sun, 7 Feb 2021 17:57:09 +0100 Subject: Refactoring: Remove ClientConfig.automaticDownloadAlgorithm (#4924) --- core/src/play/java/de/danoeh/antennapod/core/ClientConfig.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/src/play') 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; -- cgit v1.2.3