Remove unused
This commit is contained in:
parent
7eeca7af1b
commit
49173bc090
|
@ -90,7 +90,6 @@ public class DownloadService extends Service {
|
|||
private static final String TAG = DownloadService.class.getSimpleName();
|
||||
private static final long DEFAULT_DELAY_UPDATE_PROGRESS = 1000L;
|
||||
private static final int REQUIRED_ALBUM_MATCHES = 4;
|
||||
private static final int REMOTE_PLAYLIST_TOTAL = 3;
|
||||
private static final int SHUFFLE_MODE_NONE = 0;
|
||||
private static final int SHUFFLE_MODE_ALL = 1;
|
||||
private static DownloadService instance;
|
||||
|
|
|
@ -167,10 +167,6 @@ public class DownloadServiceLifecycleSupport {
|
|||
new CacheCleaner(downloadService, downloadService).clean();
|
||||
}
|
||||
|
||||
public boolean isInitialized() {
|
||||
return setup.get();
|
||||
}
|
||||
|
||||
public void onStart(final Intent intent) {
|
||||
if (intent != null) {
|
||||
final String action = intent.getAction();
|
||||
|
|
Loading…
Reference in New Issue