Module: wine Branch: master Commit: 07c14831e657ee7ea86f49bf6c7659d9e6b6dd4e URL: http://source.winehq.org/git/wine.git/?a=commit;h=07c14831e657ee7ea86f49bf6c...
Author: Francois Gouget fgouget@free.fr Date: Wed Mar 16 08:31:53 2011 +0100
npmshtml: The npmshtml debug channel is unused so remove it.
---
dlls/npmshtml/main.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/dlls/npmshtml/main.c b/dlls/npmshtml/main.c index 9beaa35f..f3124c9 100644 --- a/dlls/npmshtml/main.c +++ b/dlls/npmshtml/main.c @@ -21,9 +21,6 @@ #include "windef.h" #include "winbase.h"
-#include "wine/debug.h" - -WINE_DEFAULT_DEBUG_CHANNEL(npmshtml);
/*********************************************************************** * NP_Initialize (npmshtml.@)