diff options
Diffstat (limited to 'src/klamav.cpp')
-rw-r--r-- | src/klamav.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/klamav.cpp b/src/klamav.cpp index e445bde..40db2cf 100644 --- a/src/klamav.cpp +++ b/src/klamav.cpp @@ -117,8 +117,6 @@ Klamav::Klamav() connect(freshklam->search_button,SIGNAL(clicked()),SLOT(contextUpdateFK())); connect(freshklam->cancel_button,SIGNAL(clicked()),SLOT(contextDisableFK())); - sigtool = new Sigtool(this); - tab->addTab(sigtool, i18n("&E-Mail Protection")); kuarantine = new Kuarantine(this); |