diff options
author | Nick White <arch@njw.me.uk> | 2008-04-03 00:42:00 +0000 |
---|---|---|
committer | Nick White <arch@njw.me.uk> | 2008-04-03 00:42:00 +0000 |
commit | f85c3b947985ad0cdaec0197dea8e077c9d5f6d7 (patch) | |
tree | f23d297e2265505f4aa53ae07ca3008d9b36d256 /src/getht.h | |
parent | b37c74e3fa320ffd23e31c10954243280f7d127d (diff) |
Removed all media handling code
This patch has no new features. It just removes all of the
media handling code. It was proving too hard to maintain, and
lots of it is now available at the website anyway.
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-34
Diffstat (limited to 'src/getht.h')
-rw-r--r-- | src/getht.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/getht.h b/src/getht.h index df2b1b2..ba138ff 100644 --- a/src/getht.h +++ b/src/getht.h @@ -20,16 +20,14 @@ */ #define XML_TOC_URL "http://www.hinduismtoday.com/digital/htde_toc.xml" + +/* currently unused - see 0.1 patch-30 for latest version parsing media */ #define MEDIA_TOC_URL "http://www.hinduismtoday.com/digital/htde_media-player.rev.gz" -#define MED_XML_FILE "media_toc.xml" #define ISS_XML_FILE "htde_toc.xml" -#define MED_REVGZ_FILE "htde_media-player.rev.gz" #define STR_MAX 512 -#define MAX_ISS 10 - typedef enum { NONE, |