Re: [Lcms-user] cmsDictRemoveEntry

2011-10-17 Thread Richard Hughes
On 17 October 2011 11:36, marti.ma...@littlecms.com wrote: > This was done on purpose, and the reason was the structures I'm using > to store data are not efficient for delete operations. Rather, it wold > be easier to use a higher level structure tied to application behavior. Right, makes sense.

Re: [Lcms-user] cmsDictRemoveEntry

2011-10-17 Thread marti.ma...@littlecms.com
Hi Richard, In general, the library does not provide functions for remove entries. Not only in dictionary but in all structures, like named colors. This was done on purpose, and the reason was the structures I'm using to store data are not efficient for delete operations. Rather, it wold be eas