winecfg: The winecfg debug channel is unused so remove it.

Francois Gouget fgouget at free.fr
Thu Jun 24 03:18:26 CDT 2010


---
 programs/winecfg/about.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

By unused I mean unused in this file.

diff --git a/programs/winecfg/about.c b/programs/winecfg/about.c
index b8a6964..d6b2a7d 100644
--- a/programs/winecfg/about.c
+++ b/programs/winecfg/about.c
@@ -29,12 +29,10 @@
 #include <windows.h>
 #include <commctrl.h>
 #include <shellapi.h>
-#include <wine/debug.h>
 
 #include "resource.h"
 #include "winecfg.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(winecfg);
 
 static HICON logo = NULL;
 static HFONT titleFont = NULL;
-- 
1.7.1



More information about the wine-patches mailing list