diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-01-05 22:34:04 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-01-05 22:34:04 +0300 |
| commit | 521cc2d8e239cca75e7c565f574e4573cb109429 (patch) | |
| tree | a89509b1cdccd6ce5bdbc411ed62949f0be59dc3 /protocols/Steam/src/steam_server.cpp | |
| parent | 3507f4a22af26c47c547012ba5189cee6c59d5fa (diff) | |
Steam: basic group chat support
Diffstat (limited to 'protocols/Steam/src/steam_server.cpp')
| -rw-r--r-- | protocols/Steam/src/steam_server.cpp | 3 |
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 &) { - } ///////////////////////////////////////////////////////////////////////////////////////// |
