[vlc-devel] commit: Remove unused variables. (Barry Wardell )

git version control git at videolan.org
Thu Jun 18 11:12:10 CEST 2009


vlc | branch: 1.0-bugfix | Barry Wardell <barry.wardell at gmail.com> | Sat Jun 13 01:21:00 2009 +0100| [88bbc16fea71a28f538fd0ac2363989cb77c8e7f] | committer: Rémi Duraffort 

Remove unused variables.

Signed-off-by: Rémi Duraffort <ivoire at videolan.org>
(cherry picked from commit d1236fc4698823e8cdf3feddc6ffcbf4b06cfdd0)

Signed-off-by: Rémi Duraffort <ivoire at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=88bbc16fea71a28f538fd0ac2363989cb77c8e7f
---

 modules/gui/qt4/qt4.cpp |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp
index ec2efbe..3c8da13 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -337,9 +337,6 @@ static void Close( vlc_object_t *p_this )
     delete p_sys;
 }
 
-static QMutex windowLock;
-static QWaitCondition windowWait;
-
 static void *Thread( void *obj )
 {
     intf_thread_t *p_intf = (intf_thread_t *)obj;




More information about the vlc-devel mailing list