Module: wine Branch: master Commit: 7b782d435ea623c0707c91804c45102dcff9b6a6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7b782d435ea623c0707c91804c...
Author: Francois Gouget fgouget@free.fr Date: Wed Jul 11 16:24:17 2012 +0200
gdi32: Remove an unused wgl debugging channel.
---
dlls/gdi32/opengl.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/gdi32/opengl.c b/dlls/gdi32/opengl.c index 1db261e..cafe3c3 100644 --- a/dlls/gdi32/opengl.c +++ b/dlls/gdi32/opengl.c @@ -34,9 +34,7 @@ #include "winternl.h" #include "winnt.h" #include "gdi_private.h" -#include "wine/debug.h"
-WINE_DEFAULT_DEBUG_CHANNEL(wgl);
static const WCHAR opengl32W[] = {'o','p','e','n','g','l','3','2','.','d','l','l',0}; static HMODULE opengl32;