From 4adcc5b3a976af30e89fc55a246670f7391112c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 6 Oct 2015 19:52:26 +0200 Subject: [PATCH] Platform: remove obsolete comment. --- src/Magnum/Platform/WindowlessGlxApplication.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Magnum/Platform/WindowlessGlxApplication.cpp b/src/Magnum/Platform/WindowlessGlxApplication.cpp index 372be34b7..d6b79ebfd 100644 --- a/src/Magnum/Platform/WindowlessGlxApplication.cpp +++ b/src/Magnum/Platform/WindowlessGlxApplication.cpp @@ -87,7 +87,6 @@ bool WindowlessGlxApplication::tryCreateContext(const Configuration&) { 0 }; - /** @todo Use some extension wrangler for this, not GLEW, as it apparently needs context to create context, yo dawg wtf. */ PFNGLXCREATECONTEXTATTRIBSARBPROC glXCreateContextAttribsARB = (PFNGLXCREATECONTEXTATTRIBSARBPROC) glXGetProcAddress((const GLubyte*)"glXCreateContextAttribsARB"); _glContext = glXCreateContextAttribsARB(_display, configs[0], nullptr, True, contextAttributes); if(!_glContext) {