Remove unused

This commit is contained in:
Andrew Rabert 2018-04-24 21:17:11 -04:00
parent 7eeca7af1b
commit 49173bc090
2 changed files with 0 additions and 5 deletions

View File

@ -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;

View File

@ -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();