Commit 9bf135cb authored by Erwan Tulou's avatar Erwan Tulou

skins2: remove unused variable

parent 5981a203
...@@ -729,7 +729,6 @@ void VlcProc::init_variables() ...@@ -729,7 +729,6 @@ void VlcProc::init_variables()
void VlcProc::update_current_input() void VlcProc::update_current_input()
{ {
playlist_t* pPlaylist = getIntf()->p_sys->p_playlist;
input_thread_t* pInput = getIntf()->p_sys->p_input; input_thread_t* pInput = getIntf()->p_sys->p_input;
if( !pInput ) if( !pInput )
return; return;
......
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