Remove commented-out code

This commit is contained in:
Simon Walton 2018-04-16 11:57:14 -07:00
parent b469cdfda2
commit b2e736da70

View file

@ -490,7 +490,6 @@ gpu::PipelinePointer DebugSubsurfaceScattering::getShowLUTPipeline() {
gpu::ShaderPointer program = gpu::Shader::createProgram(vs, ps);
gpu::Shader::BindingSet slotBindings;
//gpu::Shader::makeProgram(*program, slotBindings);
gpu::StatePointer state = gpu::StatePointer(new gpu::State());