Bug 693473

Summary: Need to remove unused objects in imager state
Product: Ghostscript Reporter: Michael Vrhel <michael.vrhel>
Component: ColorAssignee: Robin Watts <robin.watts>
Status: RESOLVED WONTFIX    
Severity: normal CC: ghostpdl-bugs
Priority: P4    
Version: master   
Hardware: PC   
OS: Windows NT   
Customer: Word Size: ---

Description Michael Vrhel 2012-11-27 17:47:07 UTC
devicergb_cs and devicecmyk_cs are no longer used and should be removed.   They are currently now only referenced in gx_concrete_space_CIE.   It is possible that there may be a few issues that need to be considered such as when the base space of the a DeviceN color space is CIE based.  Need to look at how this is handled.
Comment 1 Robin Watts 2023-05-23 19:17:55 UTC
They are no longer used... except for in gx_concrete_space_CIE.

I can't see where else we could get such colorspaces from for gx_concrete_space_CIE to return, short of creating them each time (and that seems like a bad idea).

So absent there being some other place to stash them/retrieve them from, this seems as good a place as any to have them.