summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_proto.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2014-04-03 19:45:30 +0000
committerAlexander Lantsev <aunsane@gmail.com>2014-04-03 19:45:30 +0000
commit9149e4c655c6e810ed9cb7a85b8be0eedb201a66 (patch)
tree4bd6238c79eb60cf7502ac47a858c961b35cfc17 /protocols/Steam/src/steam_proto.cpp
parentce6e09d0d0d42580b6d1ad6747ac54d82dc821da (diff)
Steam: first approach of server polling
git-svn-id: http://svn.miranda-ng.org/main/trunk@8843 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_proto.cpp')
-rw-r--r--protocols/Steam/src/steam_proto.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/Steam/src/steam_proto.cpp b/protocols/Steam/src/steam_proto.cpp
index ad87d64f29..187b9f577b 100644
--- a/protocols/Steam/src/steam_proto.cpp
+++ b/protocols/Steam/src/steam_proto.cpp
@@ -164,9 +164,6 @@ int CSteamProto::SetStatus(int new_status)
{
if (old_status == ID_STATUS_OFFLINE/* && !this->IsOnline()*/)
{
- UINT64 id = 76561197960435530;
- DWORD in_db = id;
- id = in_db;
m_iStatus = ID_STATUS_CONNECTING;
ForkThread(&CSteamProto::LogInThread, NULL);