From b2d5723b4522009fb623696a4488bd4b6dd32323 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sat, 21 Oct 2006 11:38:16 +0000 Subject: 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 --- apps/plugins/random_folder_advance_config.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/plugins/random_folder_advance_config.c') diff --git a/apps/plugins/random_folder_advance_config.c b/apps/plugins/random_folder_advance_config.c index c8553358a3..adf115c909 100644 --- a/apps/plugins/random_folder_advance_config.c +++ b/apps/plugins/random_folder_advance_config.c @@ -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)) -- cgit v1.2.3