From 13b558c0339aef9f95c8a7dbbaaab38ebb3d52c3 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Fri, 1 Nov 2013 14:40:58 -0700 Subject: [PATCH] removed dead code --- interface/src/VoxelSystem.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/src/VoxelSystem.cpp b/interface/src/VoxelSystem.cpp index 5c836eb3e2..2443d73415 100644 --- a/interface/src/VoxelSystem.cpp +++ b/interface/src/VoxelSystem.cpp @@ -1276,7 +1276,6 @@ void VoxelSystem::render(bool texture) { Application::getInstance()->getPointShader().setUniformValue(uniformLocation, viewportHeight); attributeLocation = Application::getInstance()->getVoxelShader().attributeLocation("voxelSizeIn"); - //printf("attributeLocation=%d\n", attributeLocation); glEnableVertexAttribArray(attributeLocation); glVertexAttribPointer(attributeLocation, 1, GL_FLOAT, false, sizeof(VoxelShaderVBOData), BUFFER_OFFSET(3*sizeof(float))); }