Skip to content

Commit 7ef88f2

Browse files
resolve conflict in audio_sink 2
1 parent c934e41 commit 7ef88f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sink_modules/audio_sink/src/main.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ class AudioSink : public Sink {
5555
// }
5656
// config.release(modified);
5757

58-
// List devices
59-
int count = audio.getDeviceCount();
6058
RtAudio::DeviceInfo info;
6159
for (int i = 0; i < count; i++) {
6260
try {

0 commit comments

Comments
 (0)