[vlc-devel] [PATCH 06/16] chromecast: getPlayerStatus() is not needed
Steve Lhomme
robux4 at videolabs.io
Thu Apr 28 14:18:39 CEST 2016
---
modules/stream_out/chromecast/chromecast.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/modules/stream_out/chromecast/chromecast.h b/modules/stream_out/chromecast/chromecast.h
index 4252ccf..c688cf6 100644
--- a/modules/stream_out/chromecast/chromecast.h
+++ b/modules/stream_out/chromecast/chromecast.h
@@ -145,11 +145,6 @@ struct intf_sys_t
void processMessage(const castchannel::CastMessage &msg);
- command_status getPlayerStatus() const
- {
- return cmd_status;
- }
-
private:
int sendMessage(const castchannel::CastMessage &msg);
--
2.7.0
More information about the vlc-devel
mailing list