removed some debug code

This commit is contained in:
jp9000 2013-09-20 21:23:37 -07:00
parent b95889d1b0
commit 022448ae92

View File

@ -114,8 +114,6 @@ String DeviceSource::ChooseShader()
if(bUseChromaKey)
strShader << TEXT("ChromaKey_");
colorType = DeviceOutputType_HDYC;
if(colorType == DeviceOutputType_I420)
strShader << TEXT("YUVToRGB.pShader");
else if(colorType == DeviceOutputType_YV12)