1
0
Fork 0
forked from len0rd/rockbox

dont display the folder count in the edit list window

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11292 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2006-10-21 11:38:16 +00:00
parent aa04016745
commit b2d5723b45

View file

@ -180,9 +180,6 @@ void edit_list(void)
while (!exit)
{
#ifndef HAVE_LCD_CHARCELLS
update_screen(true);
#endif
rb->gui_synclist_draw(&lists);
button = rb->get_action(CONTEXT_LIST,TIMEOUT_BLOCK);
if (rb->gui_synclist_do_button(&lists,button))