Commit Diff
--- 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