Commit 56c786eb authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove unused variable - fix compiler warning

parent 0b137bff
...@@ -710,7 +710,6 @@ static void PlayBookmark( intf_thread_t *p_intf, int i_num ) ...@@ -710,7 +710,6 @@ static void PlayBookmark( intf_thread_t *p_intf, int i_num )
static void SetBookmark( intf_thread_t *p_intf, int i_num ) static void SetBookmark( intf_thread_t *p_intf, int i_num )
{ {
vlc_value_t val;
playlist_t *p_playlist = playlist_t *p_playlist =
vlc_object_find( p_intf, VLC_OBJECT_PLAYLIST, FIND_ANYWHERE ); vlc_object_find( p_intf, VLC_OBJECT_PLAYLIST, FIND_ANYWHERE );
if( p_playlist ) if( p_playlist )
......
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