Commit 88bbc16f 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>
(cherry picked from commit d1236fc4)
Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent c301e33f
......@@ -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;
......
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