diff options
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 |