diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-02 01:37:53 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-08 22:32:08 +0200 |
commit | de8522a185f9d62eaefb37d0f1a5e2e77c73c175 (patch) | |
tree | f97226408199f2f66c1815c71f7ef0e571d3fafc /src/voip/WebRTCSession.cpp | |
parent | Get rid of scrollhelper (diff) | |
download | nheko-de8522a185f9d62eaefb37d0f1a5e2e77c73c175.tar.xz |
lint
Diffstat (limited to '')
-rw-r--r-- | src/voip/WebRTCSession.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/voip/WebRTCSession.cpp b/src/voip/WebRTCSession.cpp index c8bc9cb5..c40b39a4 100644 --- a/src/voip/WebRTCSession.cpp +++ b/src/voip/WebRTCSession.cpp @@ -41,7 +41,6 @@ extern "C" // https://github.com/vector-im/riot-web/issues/10173 #define STUN_SERVER "stun://turn.matrix.org:3478" - using webrtc::CallType; using webrtc::ScreenShareType; using webrtc::State; |