From 07c14831e657ee7ea86f49bf6c7659d9e6b6dd4e Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 16 Mar 2011 08:31:53 +0100 Subject: [PATCH] npmshtml: The npmshtml debug channel is unused so remove it. --- dlls/npmshtml/main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/npmshtml/main.c b/dlls/npmshtml/main.c index 9beaa35f9f9..f3124c92444 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.@)