summaryrefslogtreecommitdiff
path: root/core/src/play
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2021-02-07 11:29:39 +0100
committerByteHamster <info@bytehamster.com>2021-02-12 18:08:58 +0100
commit24ea4708ea318e923eafdc222c89a158567d1f52 (patch)
tree8ce1e0f0066915f211e3a5d5c951c5c3e93f3e98 /core/src/play
parent60968089ae4afe13ba48d64346ea39c542ad457b (diff)
downloadAntennaPod-24ea4708ea318e923eafdc222c89a158567d1f52.zip
Remove PlaybackServiceCallbacks
Diffstat (limited to 'core/src/play')
-rw-r--r--core/src/play/java/de/danoeh/antennapod/core/ClientConfig.java2
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;