summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/util/ChapterUtils.java
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-09-22 12:46:36 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-09-22 12:46:36 +0200
commit7a687583a23f880f8f5b7eedefbff4be188395f6 (patch)
tree4b3cd701ff378a880095bcc79038d04a9c3f80a7 /src/de/danoeh/antennapod/util/ChapterUtils.java
parent27dd1df40af187165fa7a2a59ad95ede6ed00a0b (diff)
downloadAntennaPod-7a687583a23f880f8f5b7eedefbff4be188395f6.zip
Removed unused imports
Diffstat (limited to 'src/de/danoeh/antennapod/util/ChapterUtils.java')
-rw-r--r--src/de/danoeh/antennapod/util/ChapterUtils.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/de/danoeh/antennapod/util/ChapterUtils.java b/src/de/danoeh/antennapod/util/ChapterUtils.java
index 4e153a9f9..bf88d8fd1 100644
--- a/src/de/danoeh/antennapod/util/ChapterUtils.java
+++ b/src/de/danoeh/antennapod/util/ChapterUtils.java
@@ -7,8 +7,6 @@ import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
import java.net.URL;
-import java.net.URLConnection;
-import java.util.ArrayList;
import java.util.Collections;
import java.util.List;