summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_server.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2025-01-05 22:34:04 +0300
committerGeorge Hazan <george.hazan@gmail.com>2025-01-05 22:34:04 +0300
commit521cc2d8e239cca75e7c565f574e4573cb109429 (patch)
treea89509b1cdccd6ce5bdbc411ed62949f0be59dc3 /protocols/Steam/src/steam_server.cpp
parent3507f4a22af26c47c547012ba5189cee6c59d5fa (diff)
Steam: basic group chat support
Diffstat (limited to 'protocols/Steam/src/steam_server.cpp')
-rw-r--r--protocols/Steam/src/steam_server.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Steam/src/steam_server.cpp b/protocols/Steam/src/steam_server.cpp
index 41a9ca550e..0714e10e78 100644
--- a/protocols/Steam/src/steam_server.cpp
+++ b/protocols/Steam/src/steam_server.cpp
@@ -73,9 +73,8 @@ void CSteamProto::SendDeviceListRequest()
WSSendService(GetOwnAuthorizedDevices, request);
}
-void CSteamProto::OnGotDeviceList(const CDeviceAuthGetOwnAuthorizedDevicesResponse &pResponse, const CMsgProtoBufHeader &hdr)
+void CSteamProto::OnGotDeviceList(const CDeviceAuthGetOwnAuthorizedDevicesResponse &, const CMsgProtoBufHeader &)
{
-
}
/////////////////////////////////////////////////////////////////////////////////////////