diff options
author | Mavridis Philippe <[email protected]> | 2021-01-14 13:34:42 +0200 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-01-14 13:34:42 +0200 |
commit | fc4971753616f8ff9441574d24f4922ee8e0c546 (patch) | |
tree | dfb0fbc6c5c51ae3931a2bc4de948be0876c4814 /src/firstrunwizard.ui.h | |
parent | fcf6db778980d1c898f565f22de15166e75dec32 (diff) | |
download | klamav-fc4971753616f8ff9441574d24f4922ee8e0c546.tar.gz klamav-fc4971753616f8ff9441574d24f4922ee8e0c546.zip |
Removed remains of ClamAV updates in wizard.
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'src/firstrunwizard.ui.h')
-rw-r--r-- | src/firstrunwizard.ui.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/firstrunwizard.ui.h b/src/firstrunwizard.ui.h index 9e26acc..cb62580 100644 --- a/src/firstrunwizard.ui.h +++ b/src/firstrunwizard.ui.h @@ -128,13 +128,3 @@ FirstRunWizard::downloadDatabase( ) //virtual return true; return false; } - -bool -FirstRunWizard::downloadClamAV( ) //virtual -{ - if (CheckForClamAVUpdates->isChecked()) - return true; - return false; -} - - |