diff options
Diffstat (limited to 'Build/source/texk/dvipdfm-x/mpost.h')
-rw-r--r-- | Build/source/texk/dvipdfm-x/mpost.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/texk/dvipdfm-x/mpost.h b/Build/source/texk/dvipdfm-x/mpost.h index abb6c3b8c24..a2980a4b314 100644 --- a/Build/source/texk/dvipdfm-x/mpost.h +++ b/Build/source/texk/dvipdfm-x/mpost.h @@ -1,6 +1,6 @@ /* This is dvipdfmx, an eXtended version of dvipdfm by Mark A. Wicks. - Copyright (C) 2002-2014 by Jin-Hwan Cho and Shunsaku Hirata, + Copyright (C) 2002-2015 by Jin-Hwan Cho and Shunsaku Hirata, the dvipdfmx project team. Copyright (C) 1998, 1999 by Mark A. Wicks <mwicks@kettering.edu> @@ -27,8 +27,6 @@ #include "pdfximage.h" #include "pdfdev.h" -extern int check_for_mp (FILE *fp); - extern int mps_scan_bbox (const char **pp, const char *endptr, pdf_rect *bbox); /* returns xobj_id */ |