diff --git a/hintview/Linux/renderOGL.c b/hintview/Linux/renderOGL.c index 721ab25..cd27eb1 100644 --- a/hintview/Linux/renderOGL.c +++ b/hintview/Linux/renderOGL.c @@ -257,7 +257,6 @@ void nativeInit(void) printGLString("Version", GL_VERSION); printGLString("Vendor", GL_VENDOR); printGLString("Renderer", GL_RENDERER); - printGLString("Extensions", GL_EXTENSIONS); /* Create the vertex array object (VAO) */ glGenVertexArrays(1, &VertexArrayID);