From 8b9a0aeab8dff500058d7a38bcc09077d63806cb Mon Sep 17 00:00:00 2001 From: Andreas Scherer Date: Wed, 27 Sep 2023 09:47:22 +0200 Subject: [PATCH] Purge deprecated function call. See https://github.com/kbranigan/Simple-OpenGL-Image-Library/issues/8 for details. --- hintview/Linux/renderOGL.c | 1 - 1 file changed, 1 deletion(-) 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);