- removed Log calls.

This commit is contained in:
Guido Ranzuglia granzuglia 2012-09-20 14:38:38 +00:00
parent 2c5579e775
commit f40ba5d313

View File

@ -521,7 +521,6 @@ bool DecorateRasterProjPlugin::startDecorate( QAction *act,
qWarning( (std::string("Impossible to load GLEW library.")+(char*)glewGetErrorString(err)).c_str() );
return false;
}
Log( "GLEW library correctly initialized." );
m_Context.acquire();
@ -531,7 +530,6 @@ bool DecorateRasterProjPlugin::startDecorate( QAction *act,
qWarning( ("Error while initializing shaders.\n"+logs).c_str() );
return false;
}
Log( "Shaders correctly loaded." );
s_AreVBOSupported = glewIsSupported( "GL_ARB_vertex_buffer_object" );