From abf556308c0dca2264165a731cec9345405fd85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 10 Apr 2020 22:56:21 +0200 Subject: New upstream version 3.36.1 --- src/scanner.vala | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src') diff --git a/src/scanner.vala b/src/scanner.vala index caf740b..fbcc6c6 100644 --- a/src/scanner.vala +++ b/src/scanner.vala @@ -1094,22 +1094,6 @@ public class Scanner : Object set_bool_option (handle, option, index, (job.type != ScanType.SINGLE) && (job.type != ScanType.BATCH), null); } - /* Disable compression, we will compress after scanning */ - option = get_option_by_name (handle, "compression", out index); - if (option != null) - { - string[] disable_compression_names = - { - Sane.I18N ("None"), - Sane.I18N ("none"), - "None", - "none" - }; - - if (!set_constrained_string_option (handle, option, index, disable_compression_names, null)) - warning ("Unable to disable compression, please file a bug"); - } - /* Set resolution and bit depth */ option = get_option_by_name (handle, Sane.NAME_SCAN_RESOLUTION, out index); if (option != null) -- cgit v1.2.3