Add KDM directory configuration in player.
[dcpomatic.git] / src / lib / hints.h
index 9da0612861a27ecd866a01491a2c2dcf5cce25e9..b8bc806c010f8cb103d84d25931f0f06218ba40d 100644 (file)
@@ -47,7 +47,7 @@ private:
        void thread ();
        void stop_thread ();
        void hint (std::string h);
-       void text (PlayerText text, TextType type, boost::optional<DCPTextTrack> track, DCPTimePeriod period);
+       void text (PlayerText text, TextType type, DCPTimePeriod period);
 
        boost::weak_ptr<const Film> _film;
        boost::thread* _thread;