diff options
Diffstat (limited to 'protocols/Steam/src/steam_proto.cpp')
-rw-r--r-- | protocols/Steam/src/steam_proto.cpp | 2 |
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)); |