summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 8adc9637d8..cad5f9206c 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -77,9 +77,6 @@ void dac_line_in(bool enable);
77struct user_settings global_settings; 77struct user_settings global_settings;
78struct system_status global_status; 78struct system_status global_status;
79 79
80#ifdef HAVE_RECORDING
81const char rec_base_directory[] = REC_BASE_DIR;
82#endif
83#if CONFIG_CODEC == SWCODEC 80#if CONFIG_CODEC == SWCODEC
84#include "pcmbuf.h" 81#include "pcmbuf.h"
85#include "pcm_playback.h" 82#include "pcm_playback.h"