diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-10 18:39:09 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-10 18:39:09 +0000 |
commit | fd215b11baee74952e38d31cc5fce3cc27b1c9fb (patch) | |
tree | 6a99c38223a0662cf6dc662154ef504f8f1e665a /updater/progress_dialog.cpp | |
parent | 7ff77e14ede656afce89019bc169014312fcad72 (diff) |
Cosmetic changes and version bump
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@507 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/progress_dialog.cpp')
-rw-r--r-- | updater/progress_dialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/updater/progress_dialog.cpp b/updater/progress_dialog.cpp index 64e1507..a66a6e6 100644 --- a/updater/progress_dialog.cpp +++ b/updater/progress_dialog.cpp @@ -8,7 +8,6 @@ #define WMU_KILLPROGRESSWINDOW (WM_USER + 0x201)
HWND hwndProgress = 0;
-//DWORD dwProgressThreadId = 0;
unsigned int dwProgressThreadId = 0;
HANDLE hProgSyncEvent = 0;
|