# HG changeset patch # User Santeri Piippo # Date 1390581085 -7200 # Node ID b3c32a2741be11b7ef0c0f480149636a124845ed # Parent f7f965742fd52dcef3942af322cdc78f272ce6d9 - removed some unneeded code diff -r f7f965742fd5 -r b3c32a2741be src/GLCompiler.cc --- a/src/GLCompiler.cc Fri Jan 24 18:29:11 2014 +0200 +++ b/src/GLCompiler.cc Fri Jan 24 18:31:25 2014 +0200 @@ -23,8 +23,6 @@ m_Document (null) { glGenBuffers (VBO_NumArrays, &m_mainVBOIndices[0]); - for (int i = 0; i < 8; ++i) - printf ("%d. %u\n", i, m_mainVBOIndices[i]); needMerge(); }