On Thu, Dec 28, 2006 at 09:08:51PM +0000, Andrew Talbot wrote:
Changelog: sane.ds: Remove unused WINE_DEFAULT_DEBUG_CHANNEL.
diff -urN a/dlls/sane.ds/ui.c b/dlls/sane.ds/ui.c --- a/dlls/sane.ds/ui.c 2006-05-23 13:48:34.000000000 +0100 +++ b/dlls/sane.ds/ui.c 2006-12-28 20:49:16.000000000 +0000 @@ -37,8 +37,6 @@ #include "wine/debug.h" #include "resource.h"
-WINE_DEFAULT_DEBUG_CHANNEL(twain);
#ifdef HAVE_SANE
NAK, this code has 1 TRACE() some way below.
Just move it below #ifdef HAVE_SANE.
Ciao, Marcus