From 9149e4c655c6e810ed9cb7a85b8be0eedb201a66 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Thu, 3 Apr 2014 19:45:30 +0000 Subject: Steam: first approach of server polling git-svn-id: http://svn.miranda-ng.org/main/trunk@8843 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Steam/src/steam_proto.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'protocols/Steam/src/steam_proto.cpp') 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); -- cgit v1.2.3