diff options
| author | George Hazan <ghazan@miranda.im> | 2018-05-16 12:57:09 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2018-05-16 12:57:09 +0300 |
| commit | 12c0a01bc1826949fa9e146b668a400cab679a63 (patch) | |
| tree | 2dc6768537cf0de4ce2a7a79b86c3a08f3c8af1e /plugins/Popup/src/main.cpp | |
| parent | 40086f4fc370ca92218c805fe5cee10c09f57f2c (diff) | |
merge with master till
IRC fixes #1342 (broken search in channel browser);
Diffstat (limited to 'plugins/Popup/src/main.cpp')
| -rw-r--r-- | plugins/Popup/src/main.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Popup/src/main.cpp b/plugins/Popup/src/main.cpp index 7471eddb29..aaff53315c 100644 --- a/plugins/Popup/src/main.cpp +++ b/plugins/Popup/src/main.cpp @@ -315,8 +315,6 @@ static int OnShutdown(WPARAM, LPARAM) // Called when the plugin is loaded into Miranda
MIRAPI int Load(void)
{
- DuplicateHandle(GetCurrentProcess(), GetCurrentThread(), GetCurrentProcess(), &hMainThread, THREAD_SET_CONTEXT, FALSE, 0);
-
mir_getLP(&pluginInfoEx);
pcli = Clist_GetInterface();
@@ -438,7 +436,5 @@ MIRAPI int Unload(void) UnloadActions();
UnloadTreeData();
-
- CloseHandle(hMainThread);
return 0;
}
|
