From 22e7e940a759188080cf33d5afb699ada0b107fc Mon Sep 17 00:00:00 2001 From: Martin Scarratt Date: Wed, 27 Sep 2006 21:36:50 +0000 Subject: Oops, didnt mean to commit this git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11081 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index 59de1642e7..3e0b8fcd11 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -242,9 +242,7 @@ struct user_settings unsigned char font_file[MAX_FILENAME+1]; /* last font */ unsigned char wps_file[MAX_FILENAME+1]; /* last wps */ unsigned char lang_file[MAX_FILENAME+1]; /* last language */ -#ifdef HAVE_RECORDING - unsigned char rec_path[MAX_PATH+1]; /* path for recorded files */ -#endif + /* misc options */ int repeat_mode; /* 0=off 1=repeat all 2=repeat one 3=shuffle 4=ab */ @@ -534,7 +532,6 @@ void set_file(char* filename, char* setting, int maxlen); unsigned int rec_timesplit_seconds(void); unsigned long rec_sizesplit_bytes(void); void settings_apply_trigger(void); -void set_recpath(void); /* global settings */ extern struct user_settings global_settings; -- cgit v1.2.3