From b6b4a8f207b269e0c610c1e96e014f2fc37bf556 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 6 May 2009 03:33:26 +0200 Subject: [PATCH] sane.ds: Remove an unused debug channel. --- dlls/sane.ds/options.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/sane.ds/options.c b/dlls/sane.ds/options.c index 8f7b2063566..c78cf8ea22f 100644 --- a/dlls/sane.ds/options.c +++ b/dlls/sane.ds/options.c @@ -23,8 +23,6 @@ #include "sane_i.h" #include "wine/debug.h" -WINE_DEFAULT_DEBUG_CHANNEL(twain); - #ifdef SONAME_LIBSANE static SANE_Status sane_find_option(SANE_Handle h, const char *option_name, const SANE_Option_Descriptor **opt_p, int *optno, SANE_Value_Type type) -- 2.11.4.GIT