diff options
author | George Hazan <george.hazan@gmail.com> | 2013-05-06 17:09:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-05-06 17:09:28 +0000 |
commit | adc684b43edcca8d5433339993621b26e4fdd2b5 (patch) | |
tree | 2b6720312eba123200346e81fb5626cf1d2c82c5 /protocols/Skype/src/skype_proto.cpp | |
parent | f94f16702b87c3c876096723f8e6ad94d63847aa (diff) |
- we display SRMM button only for Skype contacts;
- service & hooks list aren't needed for a while
git-svn-id: http://svn.miranda-ng.org/main/trunk@4594 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.cpp')
-rw-r--r-- | protocols/Skype/src/skype_proto.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/protocols/Skype/src/skype_proto.cpp b/protocols/Skype/src/skype_proto.cpp index d320f51b84..2a92a7ea5e 100644 --- a/protocols/Skype/src/skype_proto.cpp +++ b/protocols/Skype/src/skype_proto.cpp @@ -1,8 +1,6 @@ #include "skype_proto.h"
-CSkypeProto::CSkypeProto(const char* protoName, const TCHAR* userName) :
- instanceHookList(1),
- instanceServiceList(1)
+CSkypeProto::CSkypeProto(const char* protoName, const TCHAR* userName)
{
::ProtoConstructor(this, protoName, userName);
@@ -35,8 +33,6 @@ CSkypeProto::~CSkypeProto() this->password = NULL;
}
- this->UninitInstanceServiceList();
-
::ProtoDestructor(this);
}
|