Skip to content
Snippets Groups Projects
Commit 1f09d56c authored by Martin Schultz's avatar Martin Schultz
Browse files

removed obsolete extension check, as it caused problems on some OSes

parent b28b29d6
No related branches found
No related tags found
1 merge request!2Feature core profile
......@@ -98,11 +98,6 @@ QString Renderer::checkOpenGL()
QString missing("");
#ifndef __APPLE__
if ( !ACG::checkExtensionSupported("GL_vertex_program") )
missing += "GL_vertex_program extension missing\n";
#endif
return missing;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment