Exemplo n.º 1
0
void CColorCorrectionMgr::RemoveColorCorrectionEntity( C_ColorCorrection *pEntity, ClientCCHandle_t h)
{
	RemoveColorCorrection(h);
	g_ColorCorrectionList.FindAndFastRemove(pEntity);
}
Exemplo n.º 2
0
void CColorCorrectionMgr::RemoveColorCorrectionVolume( C_ColorCorrectionVolume *pVolume, ClientCCHandle_t h)
{
	RemoveColorCorrection(h);
	g_ColorCorrectionVolumeList.FindAndFastRemove(pVolume);
}