Removed some remainings of the USB merge.

Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2001-09-21 11:31:21 +00:00
rodzic 365d3f2e64
commit e4749d5472
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -50,7 +50,6 @@
#include "sane/sanei.h"
#include "sane/sanei_config.h"
#include "sane/sanei_scsi.h"
#include "sane/sanei_usb.h"
/* This logically belongs to sanei_config.c but not every backend that
uses sanei_config() wants to depend on this function. */
@ -60,7 +59,7 @@ sanei_config_attach_matching_devices (const char *name,
SANE_Status (*attach) (const char *dev))
{
int bus = -1, channel = -1, id = -1, lun = -1;
char *vendor = 0, *model = 0, *type = 0, *end, *product;
char *vendor = 0, *model = 0, *type = 0, *end;
if (strncmp (name, "scsi", 4) == 0)
{