diff options
Diffstat (limited to 'protocols/Steam/src')
-rw-r--r-- | protocols/Steam/src/steam_contacts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_contacts.cpp b/protocols/Steam/src/steam_contacts.cpp index cd576ac374..8eeb7c6eb3 100644 --- a/protocols/Steam/src/steam_contacts.cpp +++ b/protocols/Steam/src/steam_contacts.cpp @@ -458,7 +458,7 @@ void CSteamProto::OnGotBlockList(const JSONNode &root, void *) return; for (auto &_friend : root["friends"]) { - json_string steamId = _friend["steamid"].as_string(); + // json_string steamId = _friend["steamid"].as_string(); json_string relationship = _friend["relationship"].as_string(); if (!mir_strcmp(relationship.c_str(), "ignoredfriend")) { |