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:
parent
9c43b2ce17
commit
28833f09e2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue