From 56c786eb0a134b1492ce7aacfd13f9304398c97a Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Fri, 1 Jul 2005 15:47:42 +0000 Subject: [PATCH] Remove unused variable - fix compiler warning --- modules/control/hotkeys.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/control/hotkeys.c b/modules/control/hotkeys.c index 7c10792123..fa11a7156c 100644 --- a/modules/control/hotkeys.c +++ b/modules/control/hotkeys.c @@ -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 ) { - vlc_value_t val; playlist_t *p_playlist = vlc_object_find( p_intf, VLC_OBJECT_PLAYLIST, FIND_ANYWHERE ); if( p_playlist ) -- 2.39.5