summaryrefslogtreecommitdiff
path: root/dist/epgdata2xmltv/epgdata2xmltv.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2011-11-27 18:56:20 +0100
committerJochen Dolze <vdr@dolze.de>2011-11-27 18:56:20 +0100
commita6acfd6f9ad4227008667ff269bfa7ce2185f28b (patch)
tree59a5f7cd28b72abe0032a525be1178b0c37c24db /dist/epgdata2xmltv/epgdata2xmltv.h
parent3594e6b915e4078b8ec20f1cc9caf9082a460067 (diff)
downloadvdr-plugin-xmltv2vdr-0.0.2.tar.gz
vdr-plugin-xmltv2vdr-0.0.2.tar.bz2
epgdata2xmltv now handles wrong charset and encoding (only sort of!)v0.0.2
added eplist support
Diffstat (limited to 'dist/epgdata2xmltv/epgdata2xmltv.h')
-rw-r--r--dist/epgdata2xmltv/epgdata2xmltv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/dist/epgdata2xmltv/epgdata2xmltv.h b/dist/epgdata2xmltv/epgdata2xmltv.h
index c49794d..818e883 100644
--- a/dist/epgdata2xmltv/epgdata2xmltv.h
+++ b/dist/epgdata2xmltv/epgdata2xmltv.h
@@ -49,9 +49,6 @@ private:
int DownloadData(const char *url);
bool Translate(xmlDocPtr pxmlDoc, const char **params);
void LoadXSLT();
-/* xmlParserInputPtr xmlMyExternalEntityLoader(const char *URL,
- const char *ID,
- xmlParserCtxtPtr ctxt); */
public:
cepgdata2xmltv();
~cepgdata2xmltv();