diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2018-08-24 09:35:07 +0200 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-08-24 14:59:01 +0200 |
| commit | 52466d57e9c2897c40698a09482e5e7de230368f (patch) | |
| tree | 54ff3bb78961ca5d8120cc7e6abe91f5c99d92b7 /platform/windows/context_gl_win.cpp | |
| parent | d442f3d0aa4185f154bee396efaf24ceb73c9d84 (diff) | |
| download | redot-engine-52466d57e9c2897c40698a09482e5e7de230368f.tar.gz | |
Make some debug prints verbose-only, remove others
Diffstat (limited to 'platform/windows/context_gl_win.cpp')
| -rw-r--r-- | platform/windows/context_gl_win.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/platform/windows/context_gl_win.cpp b/platform/windows/context_gl_win.cpp index a158237418..59435b04ea 100644 --- a/platform/windows/context_gl_win.cpp +++ b/platform/windows/context_gl_win.cpp @@ -68,20 +68,6 @@ void ContextGL_Win::swap_buffers() { SwapBuffers(hDC); } -/* -static GLWrapperFuncPtr wrapper_get_proc_address(const char* p_function) { - - print_line(String()+"getting proc of: "+p_function); - GLWrapperFuncPtr func=(GLWrapperFuncPtr)get_gl_proc_address(p_function); - if (!func) { - print_line("Couldn't find function: "+String(p_function)); - print_line("error: "+itos(GetLastError())); - } - return func; - -} -*/ - void ContextGL_Win::set_use_vsync(bool p_use) { if (wglSwapIntervalEXT) { |
