From 91fc31d1e83efc9829b5cc825c8e51c8a6fc98bc Mon Sep 17 00:00:00 2001 From: Pompolic <pompolic@special-circumstanc.es> Date: Thu, 6 Feb 2020 18:43:44 +0100 Subject: [PATCH] Remove lines missed during cleanup --- pdf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/pdf.c b/pdf.c index d5749a1..a3007e6 100644 --- a/pdf.c +++ b/pdf.c @@ -134,7 +134,6 @@ typedef struct { typedef struct { size_t nr, gen; } Ref; - void pp_xrentry(FILE *stream, const HParsedToken *tok, int indent, int delta) { @@ -438,7 +437,6 @@ init_parser(struct Env *aux) TT_XREntry = h_allocate_token_new("XREntry", NULL, pp_xrentry); TT_Ref = h_allocate_token_new("Ref", NULL, pp_ref); TT_Dict = h_allocate_token_new("Dict", NULL, pp_dict); - //TT_DictEntry = h_allocate_token_new("DictEntry", NULL, pp_dictentry); /* lines */ H_RULE(cr, p_mapch('\r', '\n')); /* semantic value: \n */ -- GitLab