Skip to content

Commit

Permalink
soundio: Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Aug 3, 2024
1 parent f05cac0 commit e3ba08f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/src/node/io/input/soundio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ void read_callback(struct SoundIoInStream *instream,
if (!shared_in)
return;

const struct SoundIoChannelLayout *layout = &instream->layout;
struct SoundIoChannelArea *areas;
int frame_count = frame_count_max;
int frames_left = frame_count_max;
Expand Down

0 comments on commit e3ba08f

Please sign in to comment.