Skip to content

Commit 589d877

Browse files
committed
Revert "add a helper function, for now undocumented"
This reverts commit 8f7f96b.
1 parent 8f7f96b commit 589d877

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/cmsxform.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,14 +1457,6 @@ cmsPipeline* CMSEXPORT cmsGetTransformGamutCheckPipeline(cmsHTRANSFORM hTransfor
14571457
return xform->GamutCheck;
14581458
}
14591459

1460-
// Undocumented: Internal use only
1461-
void CMSEXPORT _cmsSetTransformGamutCheckPipeline(cmsHTRANSFORM hTransform, cmsPipeline* pipeline)
1462-
{
1463-
_cmsTRANSFORM* xform = (_cmsTRANSFORM*)hTransform;
1464-
if (xform != NULL)
1465-
xform->GamutCheck = pipeline;
1466-
}
1467-
14681460
// For backwards compatibility
14691461
cmsBool CMSEXPORT cmsChangeBuffersFormat(cmsHTRANSFORM hTransform,
14701462
cmsUInt32Number InputFormat,

0 commit comments

Comments
 (0)