diff options
author | ByteHamster <info@bytehamster.com> | 2021-02-07 11:29:39 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2021-02-12 18:08:58 +0100 |
commit | 24ea4708ea318e923eafdc222c89a158567d1f52 (patch) | |
tree | 8ce1e0f0066915f211e3a5d5c951c5c3e93f3e98 /core/src/play | |
parent | 60968089ae4afe13ba48d64346ea39c542ad457b (diff) | |
download | AntennaPod-24ea4708ea318e923eafdc222c89a158567d1f52.zip |
Remove PlaybackServiceCallbacks
Diffstat (limited to 'core/src/play')
-rw-r--r-- | core/src/play/java/de/danoeh/antennapod/core/ClientConfig.java | 2 |
1 files changed, 0 insertions, 2 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 e8c2b1dcd..0225c508a 100644 --- a/core/src/play/java/de/danoeh/antennapod/core/ClientConfig.java +++ b/core/src/play/java/de/danoeh/antennapod/core/ClientConfig.java @@ -36,8 +36,6 @@ public class ClientConfig { public static DownloadServiceCallbacks downloadServiceCallbacks; - public static PlaybackServiceCallbacks playbackServiceCallbacks; - public static CastCallbacks castCallbacks; private static boolean initialized = false; |