summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/syndication/handler
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-10-22 21:44:31 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-10-22 21:44:31 +0200
commit3c54910ce4f78e6be6df69c89bbda49f43bd90ad (patch)
tree3d806542c23f615f52fb74dfc8e61a35ea5d8344 /src/de/danoeh/antennapod/syndication/handler
parent124f7bd0f66587496af7cf984b178109271ef635 (diff)
downloadAntennaPod-3c54910ce4f78e6be6df69c89bbda49f43bd90ad.zip
Removed unused imports
Diffstat (limited to 'src/de/danoeh/antennapod/syndication/handler')
-rw-r--r--src/de/danoeh/antennapod/syndication/handler/TypeGetter.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/de/danoeh/antennapod/syndication/handler/TypeGetter.java b/src/de/danoeh/antennapod/syndication/handler/TypeGetter.java
index d4c61119f..a2766526d 100644
--- a/src/de/danoeh/antennapod/syndication/handler/TypeGetter.java
+++ b/src/de/danoeh/antennapod/syndication/handler/TypeGetter.java
@@ -2,7 +2,6 @@ package de.danoeh.antennapod.syndication.handler;
import java.io.File;
import java.io.FileNotFoundException;
-import java.io.FileReader;
import java.io.IOException;
import java.io.Reader;