[vlc-commits] chromecast: getPlayerStatus() is not needed

Steve Lhomme git at videolan.org
Tue May 3 13:22:59 CEST 2016


vlc | branch: master | Steve Lhomme <robux4 at videolabs.io> | Thu Apr 28 14:18:39 2016 +0200| [21720b27596d2344d60a0f776daca48995021d18] | committer: Thomas Guillem

chromecast: getPlayerStatus() is not needed

Signed-off-by: Thomas Guillem <thomas at gllm.fr>

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

 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);
 



More information about the vlc-commits mailing list