summaryrefslogtreecommitdiff
path: root/apps/bookmark.h
diff options
context:
space:
mode:
authorMagnus Holmgren <magnushol@gmail.com>2008-02-10 12:16:27 +0000
committerMagnus Holmgren <magnushol@gmail.com>2008-02-10 12:16:27 +0000
commit04dc828c9f7e76785b0478f3b1905c75c2eb5cb7 (patch)
tree83e960cce0c0cb8553787d0f89a63d6bd0fc0ee8 /apps/bookmark.h
parent05e82a45da2bddc0d88a4f77d0cd2b128458d355 (diff)
Better bookmark resume handling, in particular when resuming a directory. If Load Last Bookmark is set to Yes and the last bookmarked file could not be found, play the selected file instead. When selecting a bookmark for a missing file in the bookmark list, show a message that resume isn't possible (and don't play any selected file if Load Last Bookmark is set to Ask).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16267 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/bookmark.h')
-rw-r--r--apps/bookmark.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/bookmark.h b/apps/bookmark.h
index 16f4e5609f..81b03285ba 100644
--- a/apps/bookmark.h
+++ b/apps/bookmark.h
@@ -27,8 +27,6 @@ bool bookmark_create_menu(void);
bool bookmark_mrb_load(void);
bool bookmark_autoload(const char* file);
bool bookmark_load(const char* file, bool autoload);
-void bookmark_play(char* resume_file, int index, int offset, int seed,
- char *filename);
bool bookmark_exist(void);
#endif /* __BOOKMARK_H__ */