From 1a8f34bfa9bf274b292e1c65532edd89f2589884 Mon Sep 17 00:00:00 2001 From: Justin Heiner Date: Thu, 22 Aug 2002 14:19:47 +0000 Subject: Changed CUSTOM_WPS to be a define-only feature until it is more complete. To include it, simply uncomment the #define CUSTOM_WPS line in wps.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1924 a1c6a512-1295-4272-9138-f99709370657 --- apps/wps.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'apps/wps.c') diff --git a/apps/wps.c b/apps/wps.c index 3198e75d20..6445b6bbf7 100644 --- a/apps/wps.c +++ b/apps/wps.c @@ -201,10 +201,12 @@ static void draw_screen(struct mp3entry* id3) lcd_puts_scroll(0, 0, buffer); break; } +#ifdef CUSTOM_WPS case PLAY_DISPLAY_CUSTOM_WPS: { wps_load_custom_config(); } +#endif #endif } } @@ -212,6 +214,7 @@ static void draw_screen(struct mp3entry* id3) lcd_update(); } +#ifdef CUSTOM_WPS int wps_load_custom_config(void) { char buffer[128]; @@ -339,7 +342,7 @@ int wps_load_custom_config(void) snprintf(buffer, sizeof(buffer), "%s%s", buffer, tmpbuf); } } - +#endif int player_id3_show(void) { -- cgit v1.2.3