Commit 14f81bb4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove write-only value

parent da6e1f75
...@@ -271,10 +271,6 @@ static void Close( vlc_object_t *p_this ) ...@@ -271,10 +271,6 @@ static void Close( vlc_object_t *p_this )
{ {
intf_thread_t *p_intf = (intf_thread_t *)p_this; intf_thread_t *p_intf = (intf_thread_t *)p_this;
vlc_object_lock( p_intf );
p_intf->b_dead = true;
vlc_object_unlock( p_intf );
if( p_intf->p_sys->b_isDialogProvider ) if( p_intf->p_sys->b_isDialogProvider )
{ {
if( DialogsProvider::isAlive() ) if( DialogsProvider::isAlive() )
......
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