From bce9b7501ce96635e4c1c27093abe1aaae9a34b4 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Fri, 5 Feb 2021 23:03:54 +0200 Subject: Updated command-line switches. Deprecated archive extraction options were removed and some switches were renamed according to changes in ClamAV 0.101.0. ClamAV seems to handle archive extraction fully on its own and thus those options are not provided by clamscan anymore. This relates to issue #15. Signed-off-by: Mavridis Philippe --- src/configdialog.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/configdialog.h') diff --git a/src/configdialog.h b/src/configdialog.h index 8bb26af..951c571 100644 --- a/src/configdialog.h +++ b/src/configdialog.h @@ -48,7 +48,6 @@ class KlamavConfigDialog : public TDEConfigDialog class KlamBackend *m_klambackend; class ArchiveLimits *m_archivelimits; - class ArchiveTypes *m_archivetypes; class SpecialFileTypes *m_specialfiletypes; class Sigtool *m_emailprotection; class AutoScanOptions *m_autoscanoptions; -- cgit v1.2.1