summaryrefslogtreecommitdiffstats
path: root/src/firstrunwizard.ui.h
diff options
context:
space:
mode:
authorMavridis Philippe <[email protected]>2021-01-14 13:34:42 +0200
committerMavridis Philippe <[email protected]>2021-01-14 13:34:42 +0200
commitfc4971753616f8ff9441574d24f4922ee8e0c546 (patch)
treedfb0fbc6c5c51ae3931a2bc4de948be0876c4814 /src/firstrunwizard.ui.h
parentfcf6db778980d1c898f565f22de15166e75dec32 (diff)
downloadklamav-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.h10
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;
-}
-
-