From 415e9d78cce1c07f17b4c643eb1b0d2ef1622706 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 10 Jul 2007 07:41:37 +0000 Subject: User configurable recording path (my patch in FS#7201). path defaults to / and can be changed in the folder context menu (cleared in the recording settings menu) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13838 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/settings.c') 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); struct user_settings global_settings; struct system_status global_status; -#ifdef HAVE_RECORDING -const char rec_base_directory[] = REC_BASE_DIR; -#endif #if CONFIG_CODEC == SWCODEC #include "pcmbuf.h" #include "pcm_playback.h" -- cgit v1.2.3