Commit d1236fc4 authored by Barry Wardell's avatar Barry Wardell Committed by Rémi Duraffort

Remove unused variables.

Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent 4fe1c33f
...@@ -337,9 +337,6 @@ static void Close( vlc_object_t *p_this ) ...@@ -337,9 +337,6 @@ static void Close( vlc_object_t *p_this )
delete p_sys; delete p_sys;
} }
static QMutex windowLock;
static QWaitCondition windowWait;
static void *Thread( void *obj ) static void *Thread( void *obj )
{ {
intf_thread_t *p_intf = (intf_thread_t *)obj; intf_thread_t *p_intf = (intf_thread_t *)obj;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment