Discussion:
[vlc-commits] chromecast: remove unused method declarations
Thomas Guillem
2018-02-22 10:59:58 UTC
Permalink
vlc | branch: master | Thomas Guillem <***@gllm.fr> | Tue Feb 20 17:04:32 2018 +0100| [3851f661445d2ba6c69a96ce0c2b4dbe4520c2c2] | committer: Thomas Guillem

chromecast: remove unused method declarations
http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3851f661445d2ba6c69a96ce0c2b4dbe4520c2c2
---

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

diff --git a/modules/stream_out/chromecast/chromecast.h b/modules/stream_out/chromecast/chromecast.h
index 232d72202b..423154cbf8 100644
--- a/modules/stream_out/chromecast/chromecast.h
+++ b/modules/stream_out/chromecast/chromecast.h
@@ -189,9 +189,6 @@ struct intf_sys_t
private:
bool handleMessages();

- void waitAppStarted();
- void waitSeekDone();
-
void processMessage(const castchannel::CastMessage &msg);
void queueMessage( QueueableMessages msg );
Thomas Guillem
2018-02-23 07:29:31 UTC
Permalink
vlc/vlc-3.0 | branch: master | Thomas Guillem <***@gllm.fr> | Tue Feb 20 17:04:32 2018 +0100| [9fbc34e7e8ca72d5bbcfb8839574e551f079616e] | committer: Thomas Guillem

chromecast: remove unused method declarations

(cherry picked from commit 3851f661445d2ba6c69a96ce0c2b4dbe4520c2c2)
http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=9fbc34e7e8ca72d5bbcfb8839574e551f079616e
---

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

diff --git a/modules/stream_out/chromecast/chromecast.h b/modules/stream_out/chromecast/chromecast.h
index 232d72202b..423154cbf8 100644
--- a/modules/stream_out/chromecast/chromecast.h
+++ b/modules/stream_out/chromecast/chromecast.h
@@ -189,9 +189,6 @@ struct intf_sys_t
private:
bool handleMessages();

- void waitAppStarted();
- void waitSeekDone();
-
void processMessage(const castchannel::CastMessage &msg);
void queueMessage( QueueableMessages msg );

Loading...