diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-25 19:43:48 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-25 19:43:48 +0000 |
commit | 4f68e495e4fc8ee74e268ef3917d91cac1e74a14 (patch) | |
tree | 2600d2a815949f6ce73891fedbe86cf3449fadb0 /protocols/Skype/src/skype.cpp | |
parent | 831067a0bad76972d1f4739c14e858bb053a8042 (diff) |
ghazan says this code not needed anymore
git-svn-id: http://svn.miranda-ng.org/main/trunk@2079 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype.cpp')
-rw-r--r-- | protocols/Skype/src/skype.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype.cpp b/protocols/Skype/src/skype.cpp index 80ba931a6b..c889a17449 100644 --- a/protocols/Skype/src/skype.cpp +++ b/protocols/Skype/src/skype.cpp @@ -269,7 +269,6 @@ extern "C" int __declspec(dllexport) Load(void) extern "C" int __declspec(dllexport) Unload(void)
{
CSkypeProto::UninitMenus();
- CSkypeProto::UninitServiceList();
CSkypeProto::UninitIcons();
g_skype->stop();
|