From cf790b330b092b4d982bdbef437e1507d4858402 Mon Sep 17 00:00:00 2001 From: Fabian Wiesel Date: Sun, 25 Feb 2024 21:04:20 +0100 Subject: [PATCH] G711UCodec: Drop unused function getSampleCount --- .../main/kotlin/de/rochefort/childmonitor/audio/G711UCodec.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/src/main/kotlin/de/rochefort/childmonitor/audio/G711UCodec.kt b/app/src/main/kotlin/de/rochefort/childmonitor/audio/G711UCodec.kt index 86be4da..65384df 100644 --- a/app/src/main/kotlin/de/rochefort/childmonitor/audio/G711UCodec.kt +++ b/app/src/main/kotlin/de/rochefort/childmonitor/audio/G711UCodec.kt @@ -44,10 +44,6 @@ class G711UCodec { return count } - fun getSampleCount(frameSize: Int): Int { - return frameSize - } - companion object { // s00000001wxyz...s000wxyz // s0000001wxyza...s001wxyz