From eee5423fe10f247f74d69404924edf3a0d54e8cd Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Fri, 29 Jan 2010 07:52:13 +0000 Subject: skin rework (FS#10922) notable changes: - simplify the setting/skin relationship. settings are used as the fallback if it's not specified in the skin - backdrop buffers are now in the skin buffer (which has also increased slightly to accomodate 1 backdrop for each skin and 2 full colour screens for bmps (up for 1.5)) - if no %X is specified in a skin then the backdrop setting will be used. use %Xd to explicitly disable a skin from displaying a backdrop - the base skin can now specify a backdrop. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24366 a1c6a512-1295-4272-9138-f99709370657 --- apps/bookmark.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'apps/bookmark.c') diff --git a/apps/bookmark.c b/apps/bookmark.c index 78bbb77c86..85570839be 100644 --- a/apps/bookmark.c +++ b/apps/bookmark.c @@ -40,7 +40,6 @@ #include "yesno.h" #include "list.h" #include "plugin.h" -#include "backdrop.h" #include "file.h" #include "filefuncs.h" @@ -165,7 +164,6 @@ bool bookmark_autobookmark(void) char* bookmark; if (!system_check()) return false; - int i; audio_pause(); /* first pause playback */ bookmark = create_bookmark(); @@ -193,12 +191,6 @@ bool bookmark_autobookmark(void) str(LANG_CONFIRM_WITH_BUTTON)}; const struct text_message message={lines, 2}; #endif - FOR_NB_SCREENS(i) - { -#if LCD_DEPTH > 1 - screens[i].backdrop_show(BACKDROP_MAIN); -#endif - } if(gui_syncyesno_run(&message, NULL, NULL)==YESNO_YES) { -- cgit v1.2.3