diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-13 09:25:50 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-13 09:25:50 +0000 |
commit | 437b5d6ab1333635cf5ba38e2d9e639448ab34bc (patch) | |
tree | 797b0149e6906fa8872ec6eb13884de5481ee79c /protocols/Tox/src/tox.cpp | |
parent | f5584d8ae977f278ae9735f53ab868c8574c2451 (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.cpp | 5 |
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 |