diff options
Diffstat (limited to 'firmware/target/arm/tcc77x/m200/audio-m200.c')
-rw-r--r-- | firmware/target/arm/tcc77x/m200/audio-m200.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/target/arm/tcc77x/m200/audio-m200.c b/firmware/target/arm/tcc77x/m200/audio-m200.c index bd85e0b573..107b2743ae 100644 --- a/firmware/target/arm/tcc77x/m200/audio-m200.c +++ b/firmware/target/arm/tcc77x/m200/audio-m200.c @@ -26,11 +26,6 @@ int audio_channels = 2; int audio_output_source = AUDIO_SRC_PLAYBACK; -void audiohw_enable_output(bool on) -{ - (void)on; -} - void audio_set_output_source(int source) { (void)source; |