From 1687222e1b9e74c89cafbb5910e72d8ec7bfd40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 31 Jul 2019 16:59:49 +0200 Subject: New upstream version 1.0.28 --- backend/canon.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'backend/canon.c') diff --git a/backend/canon.c b/backend/canon.c index 168b2d6..ad738e8 100644 --- a/backend/canon.c +++ b/backend/canon.c @@ -62,7 +62,7 @@ . . - sane_get_parameters() : returns actual scan-parameters . . - sane_read() : read image-data (from pipe) . . - sane_cancel() : cancel operation, kill reader_process - + . - sane_close() : close opened scanner-device, do_cancel, free buffer and handle - sane_exit() : terminate use of backend, free devicename and device-struture */ @@ -140,7 +140,7 @@ static const SANE_String_Const mode_list[] = { SANE_VALUE_SCAN_MODE_HALFTONE, SANE_VALUE_SCAN_MODE_GRAY, SANE_VALUE_SCAN_MODE_COLOR, - 0 + 0 }; /* modification for FS2710 */ @@ -193,11 +193,6 @@ static const SANE_String_Const tpu_filmtype_list[] = { 0 }; -static const SANE_String_Const papersize_list[] = { - "A4", "Letter", "B5", "Maximal", - 0 -}; - /**************************************************/ static const SANE_Range u8_range = { -- cgit v1.2.3