summaryrefslogtreecommitdiff
path: root/apps/bookmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bookmark.c')
-rw-r--r--apps/bookmark.c8
1 files changed, 0 insertions, 8 deletions
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 @@
40#include "yesno.h" 40#include "yesno.h"
41#include "list.h" 41#include "list.h"
42#include "plugin.h" 42#include "plugin.h"
43#include "backdrop.h"
44#include "file.h" 43#include "file.h"
45#include "filefuncs.h" 44#include "filefuncs.h"
46 45
@@ -165,7 +164,6 @@ bool bookmark_autobookmark(void)
165 char* bookmark; 164 char* bookmark;
166 if (!system_check()) 165 if (!system_check())
167 return false; 166 return false;
168 int i;
169 167
170 audio_pause(); /* first pause playback */ 168 audio_pause(); /* first pause playback */
171 bookmark = create_bookmark(); 169 bookmark = create_bookmark();
@@ -193,12 +191,6 @@ bool bookmark_autobookmark(void)
193 str(LANG_CONFIRM_WITH_BUTTON)}; 191 str(LANG_CONFIRM_WITH_BUTTON)};
194 const struct text_message message={lines, 2}; 192 const struct text_message message={lines, 2};
195#endif 193#endif
196 FOR_NB_SCREENS(i)
197 {
198#if LCD_DEPTH > 1
199 screens[i].backdrop_show(BACKDROP_MAIN);
200#endif
201 }
202 194
203 if(gui_syncyesno_run(&message, NULL, NULL)==YESNO_YES) 195 if(gui_syncyesno_run(&message, NULL, NULL)==YESNO_YES)
204 { 196 {