summaryrefslogtreecommitdiff
path: root/updater/progress_dialog.h
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/progress_dialog.h
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/progress_dialog.h')
-rw-r--r--updater/progress_dialog.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/updater/progress_dialog.h b/updater/progress_dialog.h
index 3081c52..8c1f113 100644
--- a/updater/progress_dialog.h
+++ b/updater/progress_dialog.h
@@ -10,7 +10,4 @@ extern HWND hwndProgress;
void CreateProgressWindow();
void ProgressWindowDone();
-void MakeProgressWindowThread();
-void KillProgressWindowThread();
-
#endif