summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-cmap.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-12-28 14:13:31 +0100
committerTor Andersson <tor.andersson@artifex.com>2017-01-09 13:21:40 +0100
commit1d76658b8a5166edb2e56f206fd125eec4aed050 (patch)
treee5ab434c5dc47571c5efd1889aff40627d7f5865 /source/pdf/pdf-cmap.c
parent6933d36755f90e23308a52c0c3b9c6a4423a9e4c (diff)
downloadmupdf-1d76658b8a5166edb2e56f206fd125eec4aed050.tar.xz
Remove some dead code.
Diffstat (limited to 'source/pdf/pdf-cmap.c')
-rw-r--r--source/pdf/pdf-cmap.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/pdf/pdf-cmap.c b/source/pdf/pdf-cmap.c
index 7238fb42..01826234 100644
--- a/source/pdf/pdf-cmap.c
+++ b/source/pdf/pdf-cmap.c
@@ -148,17 +148,6 @@ add_mrange(fz_context *ctx, pdf_cmap *cmap, unsigned int low, int *out, int len)
}
/*
- * Add a range-to-table mapping.
- */
-void
-pdf_map_range_to_table(fz_context *ctx, pdf_cmap *cmap, unsigned int low, int *table, int len)
-{
- int i;
- for (i = 0; i < len; i++)
- add_range(ctx, cmap, low + i, low + i, table[i]);
-}
-
-/*
* Add a range of contiguous one-to-one mappings (ie 1..5 maps to 21..25)
*/
void