summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/chessbox_pgn.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chessbox/chessbox_pgn.c')
-rw-r--r--apps/plugins/chessbox/chessbox_pgn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/chessbox/chessbox_pgn.c b/apps/plugins/chessbox/chessbox_pgn.c
index 1aff214332..8c92573b75 100644
--- a/apps/plugins/chessbox/chessbox_pgn.c
+++ b/apps/plugins/chessbox/chessbox_pgn.c
@@ -640,7 +640,6 @@ struct pgn_game_node* pgn_show_game_list(const struct plugin_api* api,
640 rb->gui_synclist_select_item(&games_list, 0); 640 rb->gui_synclist_select_item(&games_list, 0);
641 641
642 while (true) { 642 while (true) {
643 rb->gui_syncstatusbar_draw(rb->statusbars, true);
644 rb->gui_synclist_draw(&games_list); 643 rb->gui_synclist_draw(&games_list);
645 curr_selection = rb->gui_synclist_get_sel_pos(&games_list); 644 curr_selection = rb->gui_synclist_get_sel_pos(&games_list);
646 button = rb->get_action(CONTEXT_LIST,TIMEOUT_BLOCK); 645 button = rb->get_action(CONTEXT_LIST,TIMEOUT_BLOCK);