From 4245a61c06bc0d73cdd7eb1c82dd5a7b1daf1856 Mon Sep 17 00:00:00 2001 From: Francois Cartegnie Date: Thu, 31 Dec 2015 16:07:00 +0100 Subject: [PATCH] sout: chromecast: remove dead code (cid #1346991) --- 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 f0d56d82bd..6110cd0dbf 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; } /**