1
0
Fork 0
forked from len0rd/rockbox

don't draw the presets on the FM frequency bar, they look like crap. This will come back when they are configurable shortly

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26628 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-06-06 13:23:52 +00:00
parent 9c43b2ce17
commit 28833f09e2

View file

@ -199,7 +199,7 @@ static void draw_progressbar(struct gui_wps *gwps,
cue_draw_markers(display, id3->cuesheet, id3->length,
pb->x, y+1, pb->width, height-2);
}
#if CONFIG_TUNER
#if 0 /* disable for now CONFIG_TUNER */
else if (in_radio_screen() || (get_radio_status() != FMRADIO_OFF))
{
presets_draw_markers(display, pb->x, y, pb->width, height);