From 98dc093317b615b2aa8ffe8d140945d75764a813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Thu, 1 Feb 2007 20:52:36 +0000 Subject: Comment out an unused function git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12178 a1c6a512-1295-4272-9138-f99709370657 --- apps/screens.c | 4 ++-- apps/screens.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/screens.c b/apps/screens.c index 4cf56b8..d1929c2 100644 --- a/apps/screens.c +++ b/apps/screens.c @@ -1254,7 +1254,7 @@ bool browse_id3(void) } } - +#if 0 /* Currently unused */ bool set_rating(void) { struct mp3entry* id3 = audio_current_track(); @@ -1301,7 +1301,7 @@ bool set_rating(void) action_signalscreenchange(); return false; } - +#endif bool view_runtime(void) { diff --git a/apps/screens.h b/apps/screens.h index 0a13a9a..3015652 100644 --- a/apps/screens.h +++ b/apps/screens.h @@ -48,7 +48,7 @@ bool set_time_screen(const char* string, struct tm *tm); bool shutdown_screen(void); bool browse_id3(void); -bool set_rating(void); +/* bool set_rating(void); Currently unused */ bool view_runtime(void); #endif -- cgit v1.1