mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-04 06:31:54 +00:00 
			
		
		
		
	[client] audio: remove duplicated line
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user