vlc | branch: master | Thomas Guillem <[email protected]> | 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 ); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
