[vlc-commits] chromecast: remove useless define

Thomas Guillem git at videolan.org
Fri Feb 23 08:29:25 CET 2018


vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Feb  9 11:09:29 2018 +0100| [9a515a26599ddc9c195d6cf103b7b716d6763692] | committer: Thomas Guillem

chromecast: remove useless define

(cherry picked from commit d5c697e35fc7637e55059946028230a1bbb1f03f)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=9a515a26599ddc9c195d6cf103b7b716d6763692
---

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

diff --git a/modules/stream_out/chromecast/chromecast_communication.cpp b/modules/stream_out/chromecast/chromecast_communication.cpp
index 260d98cdca..b4d16c7efc 100644
--- a/modules/stream_out/chromecast/chromecast_communication.cpp
+++ b/modules/stream_out/chromecast/chromecast_communication.cpp
@@ -32,9 +32,6 @@
 # include <poll.h>
 #endif
 
-/* deadline regarding pings sent from receiver */
-#define PING_WAIT_TIME 6000
-
 ChromecastCommunication::ChromecastCommunication( vlc_object_t* p_module, const char* targetIP, unsigned int devicePort )
     : m_module( p_module )
     , m_creds( NULL )



More information about the vlc-commits mailing list