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.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/wps.h') diff --git a/apps/wps.h b/apps/wps.h index eb77767cff..a65a9fda6a 100644 --- a/apps/wps.h +++ b/apps/wps.h @@ -21,9 +21,14 @@ #include "id3.h" #include "playlist.h" +/* #define CUSTOM_WPS */ + extern bool keys_locked; int wps_show(void); + +#ifdef CUSTOM_WPS int wps_load_custom_config(void); +#endif #endif -- cgit v1.2.3