summaryrefslogtreecommitdiff
path: root/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'init.cpp')
-rw-r--r--init.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/init.cpp b/init.cpp
index 768736c..654370e 100644
--- a/init.cpp
+++ b/init.cpp
@@ -136,10 +136,6 @@ int AddContact(WPARAM w, LPARAM l)
return 0;
}
-void temp_cleaner_thread();
-boost::thread cleaner(boost::bind(temp_cleaner_thread));
-
-
static int OnModulesLoaded(WPARAM wParam,LPARAM lParam)
{
@@ -229,9 +225,6 @@ static int OnModulesLoaded(WPARAM wParam,LPARAM lParam)
HookEvent(ME_DB_CONTACT_ADDED,AddContact);
- cleaner.detach();
-
-
return 0;
}
@@ -247,6 +240,5 @@ extern "C" int __declspec(dllexport) Unload(void)
mir_free(outclosetag);
if(password)
delete [] password;
- cleaner.~thread();
return 0;
}