[vlc-commits] chromecast: remove unused variable
Steve Lhomme
git at videolan.org
Fri Mar 25 09:06:43 CET 2016
vlc | branch: master | Steve Lhomme <robux4 at videolabs.io> | Mon Mar 21 17:23:15 2016 +0100| [13a15f01f2b4144527ed442a88fb7e145548ea74] | committer: Jean-Baptiste Kempf
chromecast: remove unused variable
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=13a15f01f2b4144527ed442a88fb7e145548ea74
---
modules/stream_out/chromecast/cast.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/modules/stream_out/chromecast/cast.cpp b/modules/stream_out/chromecast/cast.cpp
index e9126d4..bda68dc 100644
--- a/modules/stream_out/chromecast/cast.cpp
+++ b/modules/stream_out/chromecast/cast.cpp
@@ -51,8 +51,6 @@ struct sout_stream_sys_t
sout_StreamChainDelete(p_out, p_out);
}
- vlc_thread_t chromecastThread;
-
sout_stream_t * const p_out;
intf_sys_t * const p_intf;
const bool b_has_video;
More information about the vlc-commits
mailing list