diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2021-02-05 23:03:54 +0200 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2021-02-05 23:08:45 +0200 |
commit | bce9b7501ce96635e4c1c27093abe1aaae9a34b4 (patch) | |
tree | 79462f7f053bbfa94975688792934c33bfd4b5e8 /src/configdialog.h | |
parent | 18923e403764c902e11aa2c8cd49c6f7335a9923 (diff) | |
download | klamav-bce9b7501ce96635e4c1c27093abe1aaae9a34b4.tar.gz klamav-bce9b7501ce96635e4c1c27093abe1aaae9a34b4.zip |
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 <mavridisf@gmail.com>
Diffstat (limited to 'src/configdialog.h')
-rw-r--r-- | src/configdialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |