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 | |
parent | d3d2045cab55f3bb127c74d8f24e54b0e8095fe2 (diff) | |
download | rockbox-961e73b3a1.tar.gz rockbox-961e73b3a1.zip |
Addendum to d3d2045
Forgot to remove this...
Change-Id: Ifc97e47bb3923554030296097ef46352dad6eff1
-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, if(global_settings.talk_menu) gui_synclist_set_voice_callback(&list, bookmark_list_voice_cb); - gui_synclist_set_title(&list, str(LANG_BOOKMARK_SELECT_BOOKMARK), - Icon_Bookmark); while (!exit) { |