genesys: Remove duplicate handling of document end

This duplicates work done in genesys_fill_read_buffer()
merge-requests/233/head
Povilas Kanapickas 2019-11-09 22:51:31 +02:00
rodzic 71b817cef8
commit cac57c3e9f
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -90,9 +90,6 @@ void CommandSetGl646::bulk_read_data(Genesys_Device* dev, uint8_t addr, uint8_t*
{
DBG_HELPER(dbg);
sanei_genesys_bulk_read_data(dev, addr, data, len);
if (dev->model->is_sheetfed) {
detect_document_end(dev);
}
}
bool CommandSetGl646::get_gain4_bit(Genesys_Register_Set* regs) const