Module: wine Branch: master Commit: 4f2d3e9b489b05baa5068aaf8d13e4aaa20a8943 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4f2d3e9b489b05baa5068aaf8d...
Author: Francois Gouget fgouget@free.fr Date: Sun Feb 19 23:31:30 2012 +0100
winedbg: The winedbg debug channel is unused in crashdlg.c so remove it.
---
programs/winedbg/crashdlg.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/programs/winedbg/crashdlg.c b/programs/winedbg/crashdlg.c index fe13502..4e02a4b 100644 --- a/programs/winedbg/crashdlg.c +++ b/programs/winedbg/crashdlg.c @@ -26,13 +26,10 @@ #include "shellapi.h" #include "psapi.h"
-#include "wine/debug.h" #include "wine/unicode.h"
#include "resource.h"
-WINE_DEFAULT_DEBUG_CHANNEL(winedbg); - #define MAX_PROGRAM_NAME_LENGTH 80
static char *crash_log;