From bd3008a3a1d7122b7fb738f3ea4844b742dc72c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 25 Jun 2008 21:44:47 +0300 Subject: [PATCH] variables use are thread safe. No need for nested locking. --- modules/gui/qt4/qt4.cpp | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.2