diff options
author | George Hazan <george.hazan@gmail.com> | 2024-06-07 16:28:48 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-06-07 16:28:48 +0300 |
commit | ac3929126ffd550079c30c2ae120d640aaa0f25c (patch) | |
tree | 911f49df9b5d102eacce2d4d9a3de193c8c27587 /protocols/Discord/src/voice.cpp | |
parent | 6ac39390bcfe21275c29721fff0c78158c14abb2 (diff) |
Discord to be packed with libsodium
Diffstat (limited to 'protocols/Discord/src/voice.cpp')
-rw-r--r-- | protocols/Discord/src/voice.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/protocols/Discord/src/voice.cpp b/protocols/Discord/src/voice.cpp index b30d7b166a..fad1728896 100644 --- a/protocols/Discord/src/voice.cpp +++ b/protocols/Discord/src/voice.cpp @@ -89,12 +89,6 @@ void CDiscordProto::TryVoiceStart(CDiscordGuild *pGuild) }
}
-void CDiscordProto::VoiceClientThread(void *param)
-{
- auto *pCall = (CDiscordVoiceCall *)param;
- pCall->startTime = time(0);
-}
-
/////////////////////////////////////////////////////////////////////////////////////////
// call operations (voice & video)
|