mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-23 03:58:10 +00:00
[client] audio: remove duplicated line
This commit is contained in:
parent
07c92ec2e8
commit
73dc08e5f9
1 changed files with 0 additions and 2 deletions
|
@ -129,8 +129,6 @@ void playbackStopNL(void)
|
|||
app_unregisterGraph(audio.playback.graph);
|
||||
ringbuffer_free(&audio.playback.timings);
|
||||
}
|
||||
|
||||
audio.playback.state = STREAM_STATE_STOP;
|
||||
}
|
||||
|
||||
static int playbackPullFrames(uint8_t ** data, int frames)
|
||||
|
|
Loading…
Reference in a new issue