summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/feed/FeedFile.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/danoeh/antennapod/feed/FeedFile.java')
-rw-r--r--src/de/danoeh/antennapod/feed/FeedFile.java10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/de/danoeh/antennapod/feed/FeedFile.java b/src/de/danoeh/antennapod/feed/FeedFile.java
index 1d7a135d4..28a9b1e10 100644
--- a/src/de/danoeh/antennapod/feed/FeedFile.java
+++ b/src/de/danoeh/antennapod/feed/FeedFile.java
@@ -17,14 +17,8 @@ public abstract class FeedFile extends FeedComponent {
}
public FeedFile() {
- this(null, null, false);
- }
-
- /**
- * Should return a non-null, human-readable String so that the item can be
- * identified by the user. Can be title, download-url, etc.
- */
- public abstract String getHumanReadableIdentifier();
+ this(null, null, false);
+ }
public abstract int getTypeAsInt();