From 8e6030c8223bfb3102048b2daccbf6a6f4e97ba2 Mon Sep 17 00:00:00 2001 From: Boris Gjenero Date: Wed, 14 Dec 2011 21:45:25 +0000 Subject: FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31256 a1c6a512-1295-4272-9138-f99709370657 --- apps/radio/radio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/radio/radio.h') diff --git a/apps/radio/radio.h b/apps/radio/radio.h index 76615e39e7..d243cb67a5 100644 --- a/apps/radio/radio.h +++ b/apps/radio/radio.h @@ -62,7 +62,9 @@ struct fmstation char name[MAX_FMPRESET_LEN+1]; }; const char* radio_get_preset_name(int preset); +#if 0 /* disabled in draw_progressbar() */ void presets_draw_markers(struct screen *screen, int x, int y, int w, int h); +#endif #ifdef HAVE_ALBUMART void radioart_init(bool entering_screen); @@ -79,7 +81,6 @@ enum fms_exiting { /* only radio.c should be using these! */ int fms_do_button_loop(bool update_screen); -struct gui_wps *fms_get(enum screen_type screen); void fms_fix_displays(enum fms_exiting toggle_state); #endif /* CONFIG_TUNER */ -- cgit v1.2.3