Commit 5e36fea9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Remove unused variable.

parent ecbf6368
......@@ -271,7 +271,7 @@ static void Run( intf_thread_t *p_intf )
/* main loop */
for( ;; )
{
bool b_die = false, b_wait = false;
bool b_wait = false;
vlc_object_lock( p_intf );
if( !vlc_object_alive( p_intf ) )
......
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