summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/cmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipdfm-x/cmap.h')
-rw-r--r--Build/source/texk/dvipdfm-x/cmap.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/texk/dvipdfm-x/cmap.h b/Build/source/texk/dvipdfm-x/cmap.h
index 6eeab34fba2..bbda82da3ee 100644
--- a/Build/source/texk/dvipdfm-x/cmap.h
+++ b/Build/source/texk/dvipdfm-x/cmap.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.
This program is free software; you can redistribute it and/or modify
@@ -106,8 +106,6 @@ extern int CMap_decode (CMap *cmap,
const unsigned char **inbuf, int *inbytesleft,
unsigned char **outbuf, int *outbytesleft);
-extern int CMap_reverse_decode(CMap *cmap, CID cid);
-
extern void CMap_cache_init (void);
extern CMap *CMap_cache_get (int id);
extern int CMap_cache_find (const char *cmap_name);