diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/dvipdfm-x/ChangeLog | 2 | ||||
-rw-r--r-- | Build/source/texk/dvipdfm-x/cff_types.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/dvipdfm-x/ChangeLog b/Build/source/texk/dvipdfm-x/ChangeLog index c7dd5298861..b0816b55d80 100644 --- a/Build/source/texk/dvipdfm-x/ChangeLog +++ b/Build/source/texk/dvipdfm-x/ChangeLog @@ -2,6 +2,8 @@ * agl.[ch]: Declare agl_load_listfile() as static. + * cff_types.h: Drop unused type l_size. + * dpxutil.[ch]: Extern sputx(), getxpair(), putxpair(), ostrtouc(), and esctouc() moved from here ... * cmap_write.c: ... to here or ... diff --git a/Build/source/texk/dvipdfm-x/cff_types.h b/Build/source/texk/dvipdfm-x/cff_types.h index e78eedb33f6..ff6a6f23f63 100644 --- a/Build/source/texk/dvipdfm-x/cff_types.h +++ b/Build/source/texk/dvipdfm-x/cff_types.h @@ -46,8 +46,6 @@ typedef unsigned char c_offsize; /* 1-byte unsigned number specifies the size typedef unsigned long l_offset; /* 1, 2, 3, or 4-byte offset */ typedef unsigned short s_SID; /* 2-byte string identifier */ -typedef unsigned long l_size; - typedef struct { card16 count; /* number of objects stored in INDEX */ c_offsize offsize; /* Offset array element size, 1-4 */ |