Forgot to remove this...

Change-Id: Ifc97e47bb3923554030296097ef46352dad6eff1
This commit is contained in:
Christian Soffke 2022-12-05 07:53:25 +01:00
parent d3d2045cab
commit 961e73b3a1

View file

@ -902,8 +902,6 @@ static int select_bookmark(const char* bookmark_file_name,
if(global_settings.talk_menu) if(global_settings.talk_menu)
gui_synclist_set_voice_callback(&list, bookmark_list_voice_cb); gui_synclist_set_voice_callback(&list, bookmark_list_voice_cb);
gui_synclist_set_title(&list, str(LANG_BOOKMARK_SELECT_BOOKMARK),
Icon_Bookmark);
while (!exit) while (!exit)
{ {