From 28630b6fcf0452d3eb9668d791ec75a0499eeb15 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 1 Oct 2016 05:40:33 +0200 Subject: [PATCH] Get rid of ifndef --- audio/audio_driver.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/audio/audio_driver.c b/audio/audio_driver.c index 32daab43f3..b568886e8b 100644 --- a/audio/audio_driver.c +++ b/audio/audio_driver.c @@ -41,9 +41,7 @@ #include "../verbosity.h" #include "../list_special.h" -#ifndef AUDIO_BUFFER_FREE_SAMPLES_COUNT #define AUDIO_BUFFER_FREE_SAMPLES_COUNT (8 * 1024) -#endif struct audio_rate_data {