scanimage: fix for merge failure.

Two changes were made recently for the batch processing component
in scanimage. It's not too bad, just a couple of unused local vars.
Conflict was between some refactoring that I did and a change to
the processing for --batch-prompt.
666-epsonds-has-issues-with-saned
Ralph Little 2023-02-20 16:07:17 -08:00
rodzic 189c5361b7
commit e584a8c503
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -2751,9 +2751,6 @@ List of available devices:", prog_name);
if (batch_prompt)
{
char readbuf[2];
char *readbuf2;
fprintf (stderr, "Place document no. %d on the scanner.\n",
n);
fprintf (stderr, "Press <RETURN> to continue.\n");