Revert "pixma_mp150.c: fix 1200 dpi scanning for MB5000 series"

This reverts commit dfc5487571.
merge-requests/1/head
Louis Lagendijk 2017-01-06 23:29:59 +01:00
rodzic 9bc734042f
commit 306f8f16e7
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -1170,8 +1170,7 @@ post_process_image_data (pixma_t * s, pixma_imagebuf_t * ib)
&& s->cfg->pid != MG6400_PID
&& s->cfg->pid != MG7100_PID
&& s->cfg->pid != MG7500_PID
&& s->cfg->pid != MG7700_PID
&& s->cfg->pid != MB5000_PID)
&& s->cfg->pid != MG7700_PID)
reorder_pixels (mp->linebuf, sptr, c, n, m, s->param->wx, line_size);
/* Crop line to selected borders */