From c7c72691e1973b9f0f5ecbde849184ee1815759f Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 5 Jul 2008 19:46:19 +0300 Subject: [PATCH] Remove unused variable --- src/libvlc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libvlc.c b/src/libvlc.c index 755438b011..71ed33ad93 100644 --- a/src/libvlc.c +++ b/src/libvlc.c @@ -933,7 +933,6 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc, int libvlc_InternalCleanup( libvlc_int_t *p_libvlc ) { intf_thread_t * p_intf = NULL; - vout_thread_t * p_vout = NULL; libvlc_priv_t *priv = libvlc_priv (p_libvlc); /* Ask the interfaces to stop and destroy them */ -- 2.39.2