Move y_pos to TimelineView.
[dcpomatic.git] / src / wx / timeline_content_view.h
index 48ca6ed79e49a94731f6887bdb52f9a121511622..aa9832e5db14453accce3c2ae88fa17587d261e8 100644 (file)
@@ -64,7 +64,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;