[vlc-commits] chromecast: remove unused method declarations
Thomas Guillem
git at videolan.org
Fri Feb 23 08:29:31 CET 2018
vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Feb 20 17:04:32 2018 +0100| [9fbc34e7e8ca72d5bbcfb8839574e551f079616e] | committer: Thomas Guillem
chromecast: remove unused method declarations
(cherry picked from commit 3851f661445d2ba6c69a96ce0c2b4dbe4520c2c2)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> 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 );
More information about the vlc-commits
mailing list