From 1861cf4975b7f2a43f7a342127daf3ea1d26fce7 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 7 Apr 2015 02:29:49 +0200 Subject: [PATCH] Removed stale comment. --- src/wgl_context.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/wgl_context.c b/src/wgl_context.c index 9b1022bb..54051c50 100644 --- a/src/wgl_context.c +++ b/src/wgl_context.c @@ -33,10 +33,6 @@ // Initialize WGL-specific extensions -// This function is called once before initial context creation, i.e. before -// any WGL extensions could be present. This is done in order to have both -// extension variable clearing and loading in the same place, hopefully -// decreasing the possibility of forgetting to add one without the other. // static void initWGLExtensions(_GLFWwindow* window) {