summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_proto.cpp
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2015-12-20 05:38:11 +0000
committerRobert Pösel <robyer@seznam.cz>2015-12-20 05:38:11 +0000
commit3973fc0ef6292ab81d193a927f1e4cea4e447dfd (patch)
tree33f6aa9122dc8505e1b1885b0c4b1714a36430c6 /protocols/Steam/src/steam_proto.cpp
parent1c476a60f4c9e5afcf22417fc720a91c5b0a887b (diff)
Steam: Fix finishing searching by id when we found no results
git-svn-id: http://svn.miranda-ng.org/main/trunk@15907 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_proto.cpp')
-rw-r--r--protocols/Steam/src/steam_proto.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Steam/src/steam_proto.cpp b/protocols/Steam/src/steam_proto.cpp
index 0fdbd61995..4d6da4e763 100644
--- a/protocols/Steam/src/steam_proto.cpp
+++ b/protocols/Steam/src/steam_proto.cpp
@@ -226,8 +226,6 @@ HANDLE CSteamProto::SearchBasic(const TCHAR* id)
if (!this->IsOnline())
return 0;
- //ForkThread(&CSteamProto::SearchByIdThread, mir_wstrdup(id));
-
ptrA token(getStringA("TokenSecret"));
ptrA steamId(mir_t2a(id));