summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-12-15 07:56:37 +0100
committerRémi Verschelde <rverschelde@gmail.com>2017-12-15 07:56:47 +0100
commitc0beab6c5b85d4327b6da4870cd686cbb9920b04 (patch)
tree0435da9c25ddd4d65212516fdad2d752b7f68dac /platform
parent108a36f515f605a8a3ae749f639cd2c77f9deb80 (diff)
Remove debug printf on Windows
Diffstat (limited to 'platform')
-rw-r--r--platform/windows/context_gl_win.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/windows/context_gl_win.cpp b/platform/windows/context_gl_win.cpp
index 81aa18dd23..ccb0a41d13 100644
--- a/platform/windows/context_gl_win.cpp
+++ b/platform/windows/context_gl_win.cpp
@@ -181,8 +181,6 @@ Error ContextGL_Win::initialize() {
MessageBox(NULL, "Can't Activate The GL 3.3 Rendering Context.", "ERROR", MB_OK | MB_ICONEXCLAMATION);
return ERR_CANT_CREATE; // Return FALSE
}
-
- printf("Activated GL 3.3 context");
}
wglSwapIntervalEXT = (PFNWGLSWAPINTERVALEXTPROC)wglGetProcAddress("wglSwapIntervalEXT");