diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-08-13 11:01:20 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-08-13 11:01:20 +0000 |
commit | 14585fc11067ea471ce99987e51177c873254522 (patch) | |
tree | fc77a9e006de490f07948755a750257280ae20db | |
parent | 2d4a7ddf09618de3129cecb386faa05eab3a551f (diff) |
texk/dvipdfm-x: Drop unused type
git-svn-id: svn://tug.org/texlive/trunk@38113 c570f23f-e606-0410-a88d-b1316a301751
-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 */ |