diff options
author | Michael Vrhel <michael.vrhel@artifex.com> | 2010-01-04 18:48:47 +0000 |
---|---|---|
committer | Michael Vrhel <michael.vrhel@artifex.com> | 2010-01-04 18:48:47 +0000 |
commit | d98320f368a8bfe81b03ffdff541f3ce736d27d6 (patch) | |
tree | 9f7b27219dbaeb404280b7db4fdd4f6db779e6ed /gs/base/gscscie.c | |
parent | bd0b5f34f91d1f9c4adfa36d0a797f3a5232a992 (diff) |
Removal of most of the custom color callback ifdef's
git-svn-id: http://svn.ghostscript.com/ghostscript/branches/icc_work@10581 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/base/gscscie.c')
-rw-r--r-- | gs/base/gscscie.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gs/base/gscscie.c b/gs/base/gscscie.c index 0c8e0798e..5629afe40 100644 --- a/gs/base/gscscie.c +++ b/gs/base/gscscie.c @@ -51,11 +51,7 @@ const gs_color_space_type gs_color_space_type_CIEDEFG = { gx_init_CIE, gx_restrict_CIEDEFG, gx_concrete_space_CIE, gx_concretize_CIEDEFG, NULL, -#if ENABLE_CUSTOM_COLOR_CALLBACK - gx_remap_CIEDEFG, -#else gx_default_remap_color, -#endif gx_install_CIE, gx_spot_colors_set_overprint, gx_final_CIEDEFG, gx_no_adjust_color_count, @@ -75,11 +71,7 @@ const gs_color_space_type gs_color_space_type_CIEDEF = { gx_init_CIE, gx_restrict_CIEDEF, gx_concrete_space_CIE, gx_concretize_CIEDEF, NULL, -#if ENABLE_CUSTOM_COLOR_CALLBACK - gx_remap_CIEDEF, -#else gx_default_remap_color, -#endif gx_install_CIE, gx_spot_colors_set_overprint, gx_final_CIEDEF, gx_no_adjust_color_count, @@ -118,11 +110,7 @@ const gs_color_space_type gs_color_space_type_CIEA = { gx_init_CIE, gx_restrict_CIEA, gx_concrete_space_CIE, gx_concretize_CIEA, NULL, -#if ENABLE_CUSTOM_COLOR_CALLBACK - gx_remap_CIEA, -#else gx_default_remap_color, -#endif gx_install_CIE, gx_spot_colors_set_overprint, gx_final_CIEA, gx_no_adjust_color_count, |