diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-18 14:15:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-18 14:15:18 +0000 |
commit | 4ba687b25dd5be4573c98f8f2d07efbfc0919a2a (patch) | |
tree | 3c6a8e2b82b276d61b3bce19ff87c4e414e184e5 /plugins/Popup | |
parent | 0c3b3280a44a1c6cb8a207e469ddfdd642a88ace (diff) |
fix for a broken resource counter
git-svn-id: http://svn.miranda-ng.org/main/trunk@4096 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup')
-rw-r--r-- | plugins/Popup/src/popup_thread.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Popup/src/popup_thread.cpp b/plugins/Popup/src/popup_thread.cpp index db5e4eb8ea..722c7418ba 100644 --- a/plugins/Popup/src/popup_thread.cpp +++ b/plugins/Popup/src/popup_thread.cpp @@ -209,9 +209,6 @@ static void __cdecl PopupThread(void *arg) return;
}
- // Increment Miranda thread counter
- Thread_Push(0);
-
// Create manager window
DWORD err;
WNDCLASSEX wcl;
|