| commit | b6b4a8f207b269e0c610c1e96e014f2fc37bf556 | [log] [tgz] |
|---|---|---|
| author | Francois Gouget <fgouget@free.fr> | Wed May 06 03:33:26 2009 +0200 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed May 06 12:20:10 2009 +0200 |
| tree | d6497421ae1b7df21495fe4d3117b232f6c8db3d | |
| parent | 6980949f4956d21bd22eb7ce6992c3ac045d7fe1 [diff] |
sane.ds: Remove an unused debug channel.
diff --git a/dlls/sane.ds/options.c b/dlls/sane.ds/options.c index 8f7b206..c78cf8e 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)