summaryrefslogtreecommitdiff
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
parent11eb68c709b280d7b3ea31179ae0225a4e7e1054 (diff)
Sametime: remove obsolete comments
git-svn-id: http://svn.miranda-ng.org/main/trunk@9074 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--protocols/Sametime/src/StdAfx.h16
-rw-r--r--protocols/Sametime/src/sametime_session.cpp1
2 files changed, 0 insertions, 17 deletions
diff --git a/protocols/Sametime/src/StdAfx.h b/protocols/Sametime/src/StdAfx.h
index a5e7c9b64f..36de7f0cc8 100644
--- a/protocols/Sametime/src/StdAfx.h
+++ b/protocols/Sametime/src/StdAfx.h
@@ -28,22 +28,6 @@
// Glib
-//
-// Subset of libs and includes from Glib v 2.26 from:
-// http://ftp.gnome.org/pub/gnome/binaries/win32/glib/2.26/glib-dev_2.26.1-1_win32.zip
-// http://ftp.gnome.org/pub/gnome/binaries/win32/glib/2.26/glib-dev_2.26.1-1_win64.zip
-//
-//
-// dll files needed in main Miranda directory:
-//
-// x32
-// libglib-2.0-0.dll from http://ftp.gnome.org/pub/gnome/binaries/win32/glib/2.26/glib_2.26.1-1_win32.zip
-// intl.dll from http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/gettext-runtime_0.18.1.1-2_win32.zip
-//
-// x64
-// libglib-2.0-0.dll from http://ftp.gnome.org/pub/gnome/binaries/win64/glib/2.26/glib_2.26.1-1_win64.zip
-// libintl-8.dll from http://ftp.gnome.org/pub/gnome/binaries/win64/dependencies/gettext-runtime_0.18.1.1-2_win64.zip
-//
#include <glib.h> //for meanwhile and session.cpp
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);