From 7f246b2d3de9dbfa4cb5791cf6dfea6c2b2d7ad3 Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 5 Mar 2019 19:54:37 +0100 Subject: [PATCH] Removed unused import --- .../java/org/schabi/newpipe/player/ServicePlayerActivity.java | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/java/org/schabi/newpipe/player/ServicePlayerActivity.java b/app/src/main/java/org/schabi/newpipe/player/ServicePlayerActivity.java index 54f90eba0..3e04f1e3a 100644 --- a/app/src/main/java/org/schabi/newpipe/player/ServicePlayerActivity.java +++ b/app/src/main/java/org/schabi/newpipe/player/ServicePlayerActivity.java @@ -3,7 +3,6 @@ package org.schabi.newpipe.player; import android.content.ComponentName; import android.content.Intent; import android.content.ServiceConnection; -import android.os.Build; import android.os.Bundle; import android.os.IBinder; import android.provider.Settings;