From: RĂ©mi Denis-Courmont Date: Wed, 25 Jun 2008 18:44:47 +0000 (+0300) Subject: variables use are thread safe. No need for nested locking. X-Git-Tag: 0.9.0-test1~121^2~7^2~5 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=bd3008a3a1d7122b7fb738f3ea4844b742dc72c2;p=vlc variables use are thread safe. No need for nested locking. --- diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp index f8adc68214..e349b70b6f 100644 --- a/modules/gui/qt4/qt4.cpp +++ b/modules/gui/qt4/qt4.cpp @@ -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