summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/freshklam.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/freshklam.cpp b/src/freshklam.cpp
index f551025..62e4791 100644
--- a/src/freshklam.cpp
+++ b/src/freshklam.cpp
@@ -754,11 +754,7 @@ TQString Freshklam::getCurrentDBDir(){
if (dbdir != dir_combo->url()){
/* load all available databases from default directory */
-#ifdef SUPPORT_CLAMAV_V095
ret = cl_load((const char *)dir_combo->url(), engine, &no, CL_DB_STDOPT);
-#else
- ret = cl_load((const char *)dir_combo->url(), &engine, &no, CL_DB_STDOPT);
-#endif
//ret = cl_loaddbdir((const char *)dir_combo->url(), &root, &no);
////kdDebug() << "ret " << ret << endl;
if (no == 0){