summaryrefslogtreecommitdiff
path: root/updater/services.cpp
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-11-10 03:17:46 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-11-10 03:17:46 +0000
commitcca5b3bf138052f870cc4f6596f7bf18172e1f62 (patch)
treee8119c95034eee9151da8c3c51a493460fda2e85 /updater/services.cpp
parent199342fe3fedbccb283b7aff006520b1181c77d4 (diff)
Removed unneeded constantly running thread
Removed error messages if Miranda is terminated during update git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@552 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/services.cpp')
-rw-r--r--updater/services.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/updater/services.cpp b/updater/services.cpp
index 309f3d8..063a907 100644
--- a/updater/services.cpp
+++ b/updater/services.cpp
@@ -813,7 +813,6 @@ INT_PTR IsUpdateSupported(WPARAM wParam, LPARAM lParam) {
int ServicesPreShutdown(WPARAM wParam, LPARAM lParam) {
Netlib_Shutdown(hNetlibHttp);
- KillProgressWindowThread();
return 0;
}
@@ -843,8 +842,6 @@ void InitServices() {
daily_timer_id = SetTimer(0, 0, 24 * 60 * 60 * 1000, CheckTimerProcDaily);
- MakeProgressWindowThread();
-
hEventServicesModulesLoaded = HookEvent(ME_SYSTEM_MODULESLOADED, ServicesModulesLoaded);
}