[vlc-devel] commit: Remove unused variables. (Barry Wardell )
git version control
git at videolan.org
Thu Jun 18 11:02:42 CEST 2009
vlc | branch: master | Barry Wardell <barry.wardell at gmail.com> | Sat Jun 13 01:21:00 2009 +0100| [d1236fc4698823e8cdf3feddc6ffcbf4b06cfdd0] | committer: Rémi Duraffort
Remove unused variables.
Signed-off-by: Rémi Duraffort <ivoire at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d1236fc4698823e8cdf3feddc6ffcbf4b06cfdd0
---
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 bfc0f88..1767f3b 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