Remove useless imports

This commit is contained in:
Philippe Loriaux
2022-10-20 19:39:22 +02:00
parent 6b9176b256
commit 00e994f485
4 changed files with 1 additions and 8 deletions
@@ -14,7 +14,6 @@
// limitations under the License.
//
import Combine
import Foundation
protocol VoiceBroadcastRecorderServiceDelegate: AnyObject {
@@ -174,7 +173,7 @@ class VoiceBroadcastRecorderService: VoiceBroadcastRecorderServiceProtocol {
chunkFrames = 0
} else {
stopRecordingVoiceBroadcast()
// FIXME: Manage error and stop recording ?
// FIXME: Manage error ?
}
}
@@ -14,7 +14,6 @@
// limitations under the License.
//
import Combine
import Foundation
protocol VoiceBroadcastRecorderServiceProtocol {