From 3973fc0ef6292ab81d193a927f1e4cea4e447dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sun, 20 Dec 2015 05:38:11 +0000 Subject: 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 --- protocols/Steam/src/steam_proto.cpp | 2 -- 1 file changed, 2 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 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)); -- cgit v1.2.3