summaryrefslogtreecommitdiff
path: root/src/de/podfetcher/syndication/handler
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-06-26 18:55:43 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-06-26 18:55:43 +0200
commite5e7015df314d419035d9788c50a6ca63520e926 (patch)
tree621a99d67baf2ca3e95178b2582cb944682efc1b /src/de/podfetcher/syndication/handler
parent0d6a7580de4bef2128468457b1b12958de63a08d (diff)
downloadAntennaPod-e5e7015df314d419035d9788c50a6ca63520e926.zip
removed 'characters' method from namespace class
Diffstat (limited to 'src/de/podfetcher/syndication/handler')
-rw-r--r--src/de/podfetcher/syndication/handler/SyndHandler.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/de/podfetcher/syndication/handler/SyndHandler.java b/src/de/podfetcher/syndication/handler/SyndHandler.java
index 3cecabd64..d4b7482ea 100644
--- a/src/de/podfetcher/syndication/handler/SyndHandler.java
+++ b/src/de/podfetcher/syndication/handler/SyndHandler.java
@@ -51,10 +51,6 @@ public class SyndHandler extends DefaultHandler {
state.contentBuf.append(content);
}
}
- SyndElement top = state.tagstack.peek();
- if (top.getNamespace() != null) {
- top.getNamespace().handleCharacters(state, ch, start, length);
- }
}
}