diff options
author | Michael Vrhel <michael.vrhel@artifex.com> | 2009-05-07 17:19:42 +0000 |
---|---|---|
committer | Michael Vrhel <michael.vrhel@artifex.com> | 2009-05-07 17:19:42 +0000 |
commit | 5fc43fb23e7680e09e40339a8f59598bdb07d789 (patch) | |
tree | 50e02aea5a9e92bec465bab1ad6773cf75fea67e /gs/base/gdevdflt.c | |
parent | 99223a33971961d0b65fd5c1ece76d7891134536 (diff) |
Addition of code for setting device ICC profile in ICC manager.
git-svn-id: http://svn.ghostscript.com/ghostscript/branches/icc_work@9728 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/base/gdevdflt.c')
-rw-r--r-- | gs/base/gdevdflt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gs/base/gdevdflt.c b/gs/base/gdevdflt.c index 38d562dcd..b9dad9283 100644 --- a/gs/base/gdevdflt.c +++ b/gs/base/gdevdflt.c @@ -639,7 +639,6 @@ gx_device_fill_in_procs(register gx_device * dev) } } - dev->color_info.icc_profile[0] = '\0'; /* Initialization for ICC profile file name */ set_dev_proc(dev, decode_color, get_decode_color(dev)); fill_dev_proc(dev, map_color_rgb, gx_default_map_color_rgb); |