diff options
Diffstat (limited to 'Build/source/texk/dvipdfm-x/pdfdev.h')
-rw-r--r-- | Build/source/texk/dvipdfm-x/pdfdev.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Build/source/texk/dvipdfm-x/pdfdev.h b/Build/source/texk/dvipdfm-x/pdfdev.h index d1cca7b118d..5bd3db83f59 100644 --- a/Build/source/texk/dvipdfm-x/pdfdev.h +++ b/Build/source/texk/dvipdfm-x/pdfdev.h @@ -1,6 +1,6 @@ /* This is dvipdfmx, an eXtended version of dvipdfm by Mark A. Wicks. - Copyright (C) 2002-2016 by Jin-Hwan Cho and Shunsaku Hirata, + Copyright (C) 2002-2018 by Jin-Hwan Cho and Shunsaku Hirata, the dvipdfmx project team. Copyright (C) 1998, 1999 by Mark A. Wicks <mwicks@kettering.edu> @@ -71,9 +71,6 @@ typedef struct #define INFO_DO_HIDE (1 << 4) extern void transform_info_clear (transform_info *info); - -extern void pdf_dev_set_verbose (void); - /* Not in spt_t. */ extern int pdf_sprint_matrix (char *buf, const pdf_tmatrix *p); extern int pdf_sprint_rect (char *buf, const pdf_rect *p); |