sane.ds: Remove an unused debug channel.
This commit is contained in:
parent
6980949f49
commit
b6b4a8f207
|
@ -23,8 +23,6 @@
|
||||||
#include "sane_i.h"
|
#include "sane_i.h"
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(twain);
|
|
||||||
|
|
||||||
#ifdef SONAME_LIBSANE
|
#ifdef SONAME_LIBSANE
|
||||||
static SANE_Status sane_find_option(SANE_Handle h, const char *option_name,
|
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)
|
const SANE_Option_Descriptor **opt_p, int *optno, SANE_Value_Type type)
|
||||||
|
|
Loading…
Reference in New Issue