canon: wrap unused function in #ifdef IMPLEMENT_ALL_SCANNER_SCSI_COMMANDS

merge-requests/1/head
Julien BLACHE 2010-06-23 18:21:34 +02:00
rodzic 1cb507e84e
commit 9718c2230d
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -94,6 +94,7 @@ inquiry (int fd, int evpd, void *buf, size_t *buf_size)
return (status);
}
#ifdef IMPLEMENT_ALL_SCANNER_SCSI_COMMANDS
static SANE_Status
mode_select (int fd)
{
@ -114,6 +115,7 @@ mode_select (int fd)
DBG (31, "<< mode_select\n");
return (status);
}
#endif
static SANE_Status
reserve_unit (int fd)