void CColorCorrectionMgr::RemoveColorCorrectionEntity( C_ColorCorrection *pEntity, ClientCCHandle_t h) { RemoveColorCorrection(h); g_ColorCorrectionList.FindAndFastRemove(pEntity); }
void CColorCorrectionMgr::RemoveColorCorrectionVolume( C_ColorCorrectionVolume *pVolume, ClientCCHandle_t h) { RemoveColorCorrection(h); g_ColorCorrectionVolumeList.FindAndFastRemove(pVolume); }