X-Git-Url: https://git.ralfj.de/gltest.git/blobdiff_plain/a0cb14324fbd2791d62df09e8d10541f280b60ee..HEAD:/glwindow.cpp diff --git a/glwindow.cpp b/glwindow.cpp index 64d0075..ca6dbb9 100644 --- a/glwindow.cpp +++ b/glwindow.cpp @@ -17,7 +17,6 @@ */ #include "glwindow.h" -#include "glutil.h" #include #include @@ -61,7 +60,6 @@ void GLWindow::create(unsigned int width, unsigned int height) this->width = width; this->height = height; backend->createContext(window); - printf("Using GL version: %s\n", glGetString(GL_VERSION)); initGL(); resizeGL(width, height); }