Module: wine Branch: master Commit: 6980949f4956d21bd22eb7ce6992c3ac045d7fe1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6980949f4956d21bd22eb7ce69...
Author: Francois Gouget fgouget@free.fr Date: Wed May 6 03:33:10 2009 +0200
winedbg: Remove an unused debug channel.
---
programs/winedbg/crashdlg.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/programs/winedbg/crashdlg.c b/programs/winedbg/crashdlg.c index 9abd5b7..3b32adb 100644 --- a/programs/winedbg/crashdlg.c +++ b/programs/winedbg/crashdlg.c @@ -27,7 +27,6 @@ #include "wine/debug.h" #include "wine/unicode.h"
-WINE_DEFAULT_DEBUG_CHANNEL(winedbg);
#define MAX_PROGRAM_NAME_LENGTH 80