diff options
author | Christian Soffke <christian.soffke@gmail.com> | 2022-12-05 07:53:25 +0100 |
---|---|---|
committer | Christian Soffke <christian.soffke@gmail.com> | 2022-12-05 07:53:25 +0100 |
commit | 961e73b3a1e076478e794bb79ce96b71dc81027f (patch) | |
tree | fa9f54d2bd5716a8ea08591e441c9daa647a4eb3 /apps | |
parent | d3d2045cab55f3bb127c74d8f24e54b0e8095fe2 (diff) | |
download | rockbox-961e73b3a1e076478e794bb79ce96b71dc81027f.tar.gz rockbox-961e73b3a1e076478e794bb79ce96b71dc81027f.zip |
Addendum to d3d2045
Forgot to remove this...
Change-Id: Ifc97e47bb3923554030296097ef46352dad6eff1
Diffstat (limited to 'apps')
-rw-r--r-- | apps/bookmark.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c index 97a8e648e1..48afc8d36e 100644 --- a/apps/bookmark.c +++ b/apps/bookmark.c | |||
@@ -902,8 +902,6 @@ static int select_bookmark(const char* bookmark_file_name, | |||
902 | 902 | ||
903 | if(global_settings.talk_menu) | 903 | if(global_settings.talk_menu) |
904 | gui_synclist_set_voice_callback(&list, bookmark_list_voice_cb); | 904 | gui_synclist_set_voice_callback(&list, bookmark_list_voice_cb); |
905 | gui_synclist_set_title(&list, str(LANG_BOOKMARK_SELECT_BOOKMARK), | ||
906 | Icon_Bookmark); | ||
907 | 905 | ||
908 | while (!exit) | 906 | while (!exit) |
909 | { | 907 | { |