From e603301862f52a1e5e1eff291b5e3e5caf13d0f5 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sun, 19 Feb 2012 23:31:41 +0100 Subject: [PATCH] winex11: The x11drv debug channel is unused in pen.c so remove it. --- dlls/winex11.drv/pen.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/winex11.drv/pen.c b/dlls/winex11.drv/pen.c index 1fb2d42f8a4..c6a15daabf9 100644 --- a/dlls/winex11.drv/pen.c +++ b/dlls/winex11.drv/pen.c @@ -21,9 +21,6 @@ #include "config.h" #include "x11drv.h" -#include "wine/debug.h" - -WINE_DEFAULT_DEBUG_CHANNEL(x11drv); static DWORD get_user_dashes( char *res, const DWORD *style, DWORD len )