summaryrefslogtreecommitdiff
path: root/scripts/rename3.sed
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-06-03 10:26:09 +0200
committerTor Andersson <tor.andersson@artifex.com>2013-06-03 10:26:49 +0200
commitfdb0717f88cb50e5de115949dc6dcbcf792bf15b (patch)
treed37ec01c06d2ad9c14bc8873128409cae6bfa800 /scripts/rename3.sed
parent0de13ecaa1c0cc384edf8c2b104b5fa6ddc6ccfb (diff)
downloadmupdf-fdb0717f88cb50e5de115949dc6dcbcf792bf15b.tar.xz
Clean out some old renaming scripts.
Diffstat (limited to 'scripts/rename3.sed')
-rw-r--r--scripts/rename3.sed37
1 files changed, 0 insertions, 37 deletions
diff --git a/scripts/rename3.sed b/scripts/rename3.sed
deleted file mode 100644
index 41868e01..00000000
--- a/scripts/rename3.sed
+++ /dev/null
@@ -1,37 +0,0 @@
-s/\<fz_save_pixmap\>/fz_write_pixmap/g
-s/\<fz_debug_hash\>/fz_print_hash/g
-s/\<fz_debug_store\>/fz_print_store/g
-s/\<fz_debug_font\>/fz_print_font/g
-s/\<fz_debug_path\>/fz_print_path/g
-s/\<fz_debug_text\>/fz_print_text/g
-s/\<fz_debug_shade\>/fz_print_shade/g
-s/\<fz_debug_outline_xml\>/fz_print_outline_xml/g
-s/\<fz_debug_outline\>/fz_print_outline/g
-s/\<pdf_debug_xref\>/pdf_print_xref/g
-s/\<pdf_debug_crypt\>/pdf_print_crypt/g
-s/\<pdf_debug_cmap\>/pdf_print_cmap/g
-s/\<pdf_debug_font\>/pdf_print_font/g
-s/\<pdf_debug_obj\>/pdf_print_obj/g
-s/\<pdf_debug_ref\>/pdf_print_ref/g
-s/\<xps_debug_page_list\>/xps_print_page_list/g
-s/\<xps_debug_path\>/xps_print_path/g
-s/\<xps_debug_resource_dictionary\>/xps_print_resource_dictionary/g
-s/\<fz_get_default_halftone\>/fz_default_halftone/g
-s/\<fz_get_aa_level\>/fz_aa_level/g
-s/\<fz_pixmap_pixels\>/fz_pixmap_samples/g
-s/\<pdf_get_crypt_revision\>/pdf_crypt_revision/g
-s/\<pdf_get_crypt_method\>/pdf_crypt_method/g
-s/\<pdf_get_crypt_length\>/pdf_crypt_length/g
-s/\<pdf_get_crypt_key\>/pdf_crypt_key/g
-s/\<pdf_set_wmode\>/pdf_set_cmap_wmode/g
-s/\<pdf_get_wmode\>/pdf_cmap_wmode/g
-s/\<pdf_get_hmtx\>/pdf_lookup_hmtx/g
-s/\<pdf_get_vmtx\>/pdf_lookup_vmtx/g
-s/\<fz_find_blendmode\>/fz_lookup_blendmode/g
-s/\<pdf_find_page_number\>/pdf_lookup_page_number/g
-s/\<xps_find_link_target\>/xps_lookup_link_target/g
-s/\<pdf_find_builtin_font\>/pdf_lookup_builtin_font/g
-s/\<pdf_find_substitute_font\>/pdf_lookup_substitute_font/g
-s/\<pdf_find_substitute_cjk_font\>/pdf_lookup_substitute_cjk_font/g
-s/\<fz_new_pixmap_with_rect_and_data\>/fz_new_pixmap_with_bbox_and_data/g
-s/\<fz_new_pixmap_with_rect\>/fz_new_pixmap_with_bbox/g