Remove obsolete pixma macOS workaround

Without this change, pixma scanning is currently broken (tested with Canon MP495). The stated reason for the workaround (libusb not supporting timeouts for interrupts) hasn't been true since 2010:
67d9ef7b68
merge-requests/569/merge
Ben Olden-Cooligan 2024-01-11 20:21:36 -08:00
rodzic 3f217248f4
commit ec3eacfbcb
1 zmienionych plików z 0 dodań i 7 usunięć

Wyświetl plik

@ -62,13 +62,6 @@
# define UNUSED(v)
#endif
/* MAC OS X does not support timeouts in darwin/libusb interrupt reads
* This is a very basic turnaround for MAC OS X
* Button scan will not work with this wrapper */
#ifdef __APPLE__
# define sanei_usb_read_int sanei_usb_read_bulk
#endif
struct pixma_io_t
{