From b0c39a12950cf95481168bc5668ba11870d9bcd0 Mon Sep 17 00:00:00 2001 From: Julian Cable Date: Tue, 21 Feb 2017 08:22:47 +0000 Subject: [PATCH] back out unneeded imports --- .../android/exoplayer2/text/SubtitleDecoderFactory.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/library/src/main/java/com/google/android/exoplayer2/text/SubtitleDecoderFactory.java b/library/src/main/java/com/google/android/exoplayer2/text/SubtitleDecoderFactory.java index f7e67fcd68..66ed9010bd 100644 --- a/library/src/main/java/com/google/android/exoplayer2/text/SubtitleDecoderFactory.java +++ b/library/src/main/java/com/google/android/exoplayer2/text/SubtitleDecoderFactory.java @@ -26,12 +26,6 @@ import com.google.android.exoplayer2.text.webvtt.Mp4WebvttDecoder; import com.google.android.exoplayer2.text.webvtt.WebvttDecoder; import com.google.android.exoplayer2.util.MimeTypes; -import java.io.UnsupportedEncodingException; -import java.util.List; - -import static android.R.attr.initialKeyguardLayout; -import static android.R.attr.mimeType; - /** * A factory for {@link SubtitleDecoder} instances. */