summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/hdr
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-12-22 14:57:50 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-12-22 14:57:50 +0000
commitc650e1e172dd9131dfcb17948113935d805c0dfb (patch)
treebf41aa11a434407715f40e50e0a4050d421f8781 /plugins/Clist_modern/src/hdr
parentbdf88550d1e2807a9c719259385917ba3d0dd91e (diff)
trying to catch hung thread in clist_modern
git-svn-id: http://svn.miranda-ng.org/main/trunk@11582 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/hdr')
-rw-r--r--plugins/Clist_modern/src/hdr/modern_commonprototypes.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/Clist_modern/src/hdr/modern_commonprototypes.h b/plugins/Clist_modern/src/hdr/modern_commonprototypes.h
index 4aefa96a4d..339cc83eb1 100644
--- a/plugins/Clist_modern/src/hdr/modern_commonprototypes.h
+++ b/plugins/Clist_modern/src/hdr/modern_commonprototypes.h
@@ -67,16 +67,6 @@ extern BYTE gl_TrimText;
/* TYPE DEFS */
/************************************************************************/
-class thread_catcher
-{
- HANDLE &m_ptr;
- __forceinline thread_catcher& operator = (const thread_catcher &) {}
-
-public:
- __forceinline thread_catcher(HANDLE &param) : m_ptr(param) {}
- __forceinline ~thread_catcher() { m_ptr = 0; }
-};
-
typedef INT_PTR(*PSYNCCALLBACKPROC)(WPARAM, LPARAM);
/************************************************************************/