Note that newer libsub version is required.
[dcpomatic.git] / src / wx / timeline_content_view.h
index 48ca6ed79e49a94731f6887bdb52f9a121511622..7794120cdc96762880e944bb14baf1b58b12503e 100644 (file)
@@ -25,7 +25,6 @@
 
 #include "timeline_view.h"
 #include "lib/change_signaller.h"
-#include "lib/types.h"
 #include <dcp/warnings.h>
 LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
@@ -64,7 +63,6 @@ protected:
 private:
 
        void do_paint (wxGraphicsContext* gc, std::list<dcpomatic::Rect<int>> overlaps) override;
-       int y_pos (int t) const;
        void content_change (ChangeType type, int p);
 
        boost::optional<int> _track;