Commit 6b750856 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

ncurses: Remove unused variables.

parent 3403c427
...@@ -548,7 +548,6 @@ static inline int RemoveLastUTF8Entity( char *psz, int len ) ...@@ -548,7 +548,6 @@ static inline int RemoveLastUTF8Entity( char *psz, int len )
static int HandleKey( intf_thread_t *p_intf, int i_key ) static int HandleKey( intf_thread_t *p_intf, int i_key )
{ {
intf_sys_t *p_sys = p_intf->p_sys; intf_sys_t *p_sys = p_intf->p_sys;
vlc_value_t val;
int i_ret = 1; int i_ret = 1;
playlist_t *p_playlist = pl_Hold( p_intf ); playlist_t *p_playlist = pl_Hold( p_intf );
...@@ -560,7 +559,6 @@ static int HandleKey( intf_thread_t *p_intf, int i_key ) ...@@ -560,7 +559,6 @@ static int HandleKey( intf_thread_t *p_intf, int i_key )
switch( i_key ) switch( i_key )
{ {
vlc_value_t val;
/* Playlist Settings */ /* Playlist Settings */
case 'r': case 'r':
var_ToggleBool( p_playlist, "random" ); var_ToggleBool( p_playlist, "random" );
......
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