Deleted unused code

This commit is contained in:
CappielloAntonio 2021-07-17 18:41:35 +02:00
parent 4250160bfb
commit a6ef60a0e7

View file

@ -42,7 +42,6 @@ public class PlayingNotification {
private NotificationManager notificationManager; private NotificationManager notificationManager;
protected MusicService service; protected MusicService service;
boolean stopped; boolean stopped;
private PendingIntent clickIntent;
public synchronized void init(MusicService service) { public synchronized void init(MusicService service) {
this.service = service; this.service = service;