diff options
author | George Hazan <george.hazan@gmail.com> | 2016-06-29 17:17:10 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-06-29 17:17:10 +0000 |
commit | b63e6266c23a782d0e5661111f350986aca7f3ff (patch) | |
tree | ff4fe95ac2a2d497d4d2177d44958b41d40153ff /protocols/Twitter/src/main.cpp | |
parent | 00fbddd5438d83614465a84bc81031df7c023fc0 (diff) |
more old crap out
git-svn-id: http://svn.miranda-ng.org/main/trunk@17049 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/src/main.cpp')
-rw-r--r-- | protocols/Twitter/src/main.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/protocols/Twitter/src/main.cpp b/protocols/Twitter/src/main.cpp index 6570b3b1ed..2995269fcd 100644 --- a/protocols/Twitter/src/main.cpp +++ b/protocols/Twitter/src/main.cpp @@ -83,8 +83,6 @@ static int protoUninit(PROTO_INTERFACE *proto) return 0;
}
-static HANDLE g_hEvents[1];
-
extern "C" int __declspec(dllexport) Load(void)
{
mir_getLP(&pluginInfo);
@@ -109,9 +107,5 @@ extern "C" int __declspec(dllexport) Load(void) extern "C" int __declspec(dllexport) Unload(void)
{
- UninitContactMenus();
- for (size_t i = 1; i < _countof(g_hEvents); i++)
- UnhookEvent(g_hEvents[i]);
-
return 0;
}
\ No newline at end of file |