Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Apr 12, 2024
1 parent dc42c76 commit 078dce7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 48 deletions.
2 changes: 1 addition & 1 deletion voice/src/mingwMain/kotlin/VoiceConnectionBuilder.mingw.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package dev.kord.voice

internal actual val isSupported: Boolean = false
internal actual val isSupported: Boolean = false
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ public actual val GlobalVoiceUdpSocket: VoiceUdpSocket = object : VoiceUdpSocket
}

private fun unsupported(): Nothing = TODO("Voice is not supported on windows")

46 changes: 0 additions & 46 deletions voice/src/nonJsMain/kotlin/udp/VoiceUdpSocket.nonJs.kt

This file was deleted.

0 comments on commit 078dce7

Please sign in to comment.