[vlc-commits] chromecast: remove unused method declarations
Thomas Guillem
git at videolan.org
Thu Feb 22 11:59:58 CET 2018
vlc | branch: master | Thomas Guillem <thomas at 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 );
More information about the vlc-commits
mailing list