From 9f02041999a9e9472119860b686cafeba02b41b6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 18 Feb 2005 15:46:40 +0000 Subject: made the rec_timesplit_seconds() proto not depend on a MAS setup git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6009 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps') diff --git a/apps/settings.h b/apps/settings.h index 4f95027bcd..c6e4a56fc8 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -326,9 +326,7 @@ bool set_time_screen(const char* string, struct tm *tm); int read_line(int fd, char* buffer, int buffer_size); void set_file(char* filename, char* setting, int maxlen); -#if CONFIG_HWCODEC == MAS3587F unsigned int rec_timesplit_seconds(void); -#endif /* global settings */ extern struct user_settings global_settings; -- cgit v1.2.3