[vlc-commits] sout: chromecast: remove dead code (cid #1346991)

Francois Cartegnie git at videolan.org
Thu Dec 31 18:01:14 CET 2015


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Dec 31 16:07:00 2015 +0100| [4245a61c06bc0d73cdd7eb1c82dd5a7b1daf1856] | committer: Francois Cartegnie

sout: chromecast: remove dead code (cid #1346991)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4245a61c06bc0d73cdd7eb1c82dd5a7b1daf1856
---

 modules/stream_out/chromecast/chromecast_ctrl.cpp |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/stream_out/chromecast/chromecast_ctrl.cpp b/modules/stream_out/chromecast/chromecast_ctrl.cpp
index f0d56d8..6110cd0 100644
--- a/modules/stream_out/chromecast/chromecast_ctrl.cpp
+++ b/modules/stream_out/chromecast/chromecast_ctrl.cpp
@@ -259,9 +259,6 @@ extern "C" int recvPacket(sout_stream_t *p_stream, bool &b_msgReceived,
     *pi_received = 0;
     b_msgReceived = true;
     return i_ret;
-
-
-    return i_ret;
 }
 
 /**



More information about the vlc-commits mailing list