summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-09-13 09:25:50 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-09-13 09:25:50 +0000
commit437b5d6ab1333635cf5ba38e2d9e639448ab34bc (patch)
tree797b0149e6906fa8872ec6eb13884de5481ee79c /protocols/Tox/src/tox.cpp
parentf5584d8ae977f278ae9735f53ab868c8574c2451 (diff)
Tox: removed useless own bicycle
git-svn-id: http://svn.miranda-ng.org/main/trunk@15339 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox.cpp')
-rw-r--r--protocols/Tox/src/tox.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/Tox/src/tox.cpp b/protocols/Tox/src/tox.cpp
index 3643149fbd..5e45668519 100644
--- a/protocols/Tox/src/tox.cpp
+++ b/protocols/Tox/src/tox.cpp
@@ -58,13 +58,8 @@ extern "C" int __declspec(dllexport) Load(void)
extern "C" int __declspec(dllexport) Unload(void)
{
- CToxProto::UninitIcons();
- CToxProto::UninitMenus();
-
if (g_hToxLibrary)
- {
FreeLibrary(g_hToxLibrary);
- }
return 0;
} \ No newline at end of file