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

Alexandre Julliard julliard at winehq.org
Thu Jun 24 11:15:22 CDT 2010


Module: wine
Branch: master
Commit: c5bd7e4eb62db23ba2834540727348722ec59b89
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c5bd7e4eb62db23ba2834540727348722ec59b89

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Jun 24 10:18:26 2010 +0200

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

---

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

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;




More information about the wine-cvs mailing list