Commit Diff


commit - bb733eee47abc7939fc873db73a170dcf2ae7d84
commit + 90b9b68968799799b3bc17b7a4a22e34bd993133
blob - 79cde06be088d46d56efdd9f2e0de25bb6f24a77
blob + d9c74e2ea62cfd2e7e981ed8cd75b39c464a473a
--- pdf.c
+++ pdf.c
@@ -196,7 +196,6 @@ struct textmat { double cell[6]; };
 struct textstr {
 	uint8_t            *text;
 	size_t              nchars;
-	const HParsedToken *tobj;
 };
 
 
@@ -2102,7 +2101,6 @@ act_txtobj(const HParseResult *p, void *u)
 	txtobj->obj          = opstream;
 	txtobj->tstr.text    = tstr;
 	txtobj->tstr.nchars  = textlen;
-	txtobj->tstr.tobj    = opstream;
 	if (textlen)
 		txtobj->node = node;
 	else