summaryrefslogtreecommitdiff
path: root/src/htsindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/htsindex.c')
-rw-r--r--src/htsindex.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/htsindex.c b/src/htsindex.c
index 23346c4..83e8f52 100644
--- a/src/htsindex.c
+++ b/src/htsindex.c
@@ -174,11 +174,7 @@ int index_keyword(const char *html_data, LLint size, const char *mime,
// FIXME - temporary fix for image/svg+xml (svg)
// "IN XML" (html like, in fact :) )
else if ((strfield2(mime, "image/svg+xml"))
- || (strfield2(mime, "image/svg-xml"))
-#if HTS_USEMMS
- || strfield2(mime, "video/x-ms-asf")
-#endif
- ) {
+ || (strfield2(mime, "image/svg-xml"))) {
inscript = 0;
} else if ((strfield2(mime, "application/x-javascript"))
|| (strfield2(mime, "text/css"))