We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7f96b commit 589d877Copy full SHA for 589d877
1 file changed
src/cmsxform.c
@@ -1457,14 +1457,6 @@ cmsPipeline* CMSEXPORT cmsGetTransformGamutCheckPipeline(cmsHTRANSFORM hTransfor
1457
return xform->GamutCheck;
1458
}
1459
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
-
1468
// For backwards compatibility
1469
cmsBool CMSEXPORT cmsChangeBuffersFormat(cmsHTRANSFORM hTransform,
1470
cmsUInt32Number InputFormat,
0 commit comments