summaryrefslogtreecommitdiff
path: root/protocols/Sametime/src/sametime_session.cpp
diff options
context:
space:
mode:
authorSzymon Tokarz <wsx22@o2.pl>2014-04-24 23:05:00 +0000
committerSzymon Tokarz <wsx22@o2.pl>2014-04-24 23:05:00 +0000
commit70b321450508168e8fa567021b6b564cb753a3b0 (patch)
tree85825f78f4eeefb4d8a45d788fa83d548f9ab84b /protocols/Sametime/src/sametime_session.cpp
parent11eb68c709b280d7b3ea31179ae0225a4e7e1054 (diff)
Sametime: remove obsolete comments
git-svn-id: http://svn.miranda-ng.org/main/trunk@9074 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Sametime/src/sametime_session.cpp')
-rw-r--r--protocols/Sametime/src/sametime_session.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Sametime/src/sametime_session.cpp b/protocols/Sametime/src/sametime_session.cpp
index ceeb2d97a8..b00b97457c 100644
--- a/protocols/Sametime/src/sametime_session.cpp
+++ b/protocols/Sametime/src/sametime_session.cpp
@@ -65,7 +65,6 @@ void CSametimeProto::InitMeanwhileServices()
mwSession_setProperty(session, "PROTO_STRUCT_PTR", this, NULL);
- ///TODO InitMeanwhileServices DeinitMeanwhileServices on LogIn LogOut, do not need restart
mwSession_setProperty(session, mwSession_AUTH_USER_ID, options.id, NULL);
mwSession_setProperty(session, mwSession_AUTH_PASSWORD, options.pword, NULL);
mwSession_setProperty(session, mwSession_CLIENT_TYPE_ID, (void*)options.client_id, NULL);