diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-13 09:59:50 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-13 09:59:50 +0000 |
commit | 5d2ff1117e800b1fb31e3eafb5769c4499ec30a1 (patch) | |
tree | 389a5912b866fba5712ed4da50e659f92f686d48 /protocols/SkypeWeb/src/main.cpp | |
parent | 68ff208f0ed66fe1873c10d215f54e89ec309611 (diff) |
SkypeWeb: correct icon handling
git-svn-id: http://svn.miranda-ng.org/main/trunk@15341 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/main.cpp')
-rw-r--r-- | protocols/SkypeWeb/src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/SkypeWeb/src/main.cpp b/protocols/SkypeWeb/src/main.cpp index 732c570d59..de9d3c8164 100644 --- a/protocols/SkypeWeb/src/main.cpp +++ b/protocols/SkypeWeb/src/main.cpp @@ -83,8 +83,6 @@ extern "C" int __declspec(dllexport) Load(void) extern "C" int __declspec(dllexport) Unload(void)
{
- CSkypeProto::UninitIcons();
- CSkypeProto::UninitMenus();
DestroyHookableEvent(g_hCallEvent);
|