Commit 8e971c17 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

hotkeys: remove ineffective config save

Bookmark configuration items are not in hotkeys (at least currently),
so this could not work.
parent 2c58e8a2
...@@ -979,7 +979,6 @@ static void SetBookmark( intf_thread_t *p_intf, int i_num ) ...@@ -979,7 +979,6 @@ static void SetBookmark( intf_thread_t *p_intf, int i_num )
{ {
config_PutPsz( p_intf, psz_bookmark_name, psz_uri); config_PutPsz( p_intf, psz_bookmark_name, psz_uri);
msg_Info( p_intf, "setting playlist bookmark %i to %s", i_num, psz_uri); msg_Info( p_intf, "setting playlist bookmark %i to %s", i_num, psz_uri);
config_SaveConfigFile( p_intf, "hotkeys" );
} }
free( psz_uri ); free( psz_uri );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment