remove dead codes

This commit is contained in:
orionlee 2019-03-04 13:46:11 -08:00
parent 600e0e561e
commit e94e95e844
1 changed files with 0 additions and 4 deletions

View File

@ -1186,10 +1186,6 @@ public class PlaybackService extends MediaBrowserServiceCompat {
*/
private Thread notificationSetupThread;
private void setupNotification(final Playable playable) {
setupNotification(playable, false);
}
private synchronized void setupNotification(final Playable playable, boolean treatPauseAsStop) {
if (notificationSetupThread != null) {
notificationSetupThread.interrupt();