Commit Diff


commit - a091668f694a14e7da6415d8056c770d72993198
commit + 57347e732fd186b907726dd9a27fc2011390e145
blob - ec84c6ef47cf4155338902214bcea5f70a826315
blob + 42adbaf179426ca995afc290db450170511ad12b
--- pdf.c
+++ pdf.c
@@ -3860,8 +3860,6 @@ kcontentstream(HAllocator *mm__, const HParsedToken *x
 	v = dictentry(dict, "Type");
 	if (v == NULL)	// XXX -> custom type
 		spec->parser = p_textstream;
-	else if ( (v->token_type == TT_BYTES) && bytes_eq(v->bytes, "ObjStm") )
-		spec->parser = p_objstm__m(mm__, dict);
 	else {
 		fprintf(stdout, "kcontentstream: Not a text or object stream!\n");
 		return p_fail;