From d66b3c0f61fad357fa4a30b1ebf5ddb070099f7e Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Mon, 15 Oct 2007 20:42:51 +0000 Subject: Remove the "invert scroll" code since it's not used anywhere anymore (and it was broken on color targets with gradients anyway). Closes FS #7875. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15125 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/list.h | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/gui/list.h') diff --git a/apps/gui/list.h b/apps/gui/list.h index 1046492b0d..9aaa18ed08 100644 --- a/apps/gui/list.h +++ b/apps/gui/list.h @@ -82,7 +82,6 @@ struct gui_list /* wether the text of the whole items of the list have to be * scrolled or only for the selected item */ bool scroll_all; - bool cursor_flash_state; int nb_items; int selected_item; -- cgit v1.2.3