]> git.sesse.net Git - vlc/commitdiff
variables use are thread safe. No need for nested locking.
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Wed, 25 Jun 2008 18:44:47 +0000 (21:44 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Wed, 25 Jun 2008 18:44:47 +0000 (21:44 +0300)
modules/gui/qt4/qt4.cpp

index f8adc68214088e06c6ba032dd1867ba084308b34..e349b70b6f043ca7c84d9d4ebbdec0a179f62064 100644 (file)
@@ -402,7 +402,6 @@ static void Init( intf_thread_t *p_intf )
 
     /* And quit */
 
-    QMutexLocker locker (&windowLock);
     val.p_address = NULL;
     var_Set (p_intf, "window_widget", val);
     /* Destroy first the main interface because it is connected to some slots