summaryrefslogtreecommitdiff
path: root/src/wx/timeline_content_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-11-21 00:24:31 +0100
committerCarl Hetherington <cth@carlh.net>2022-11-21 00:24:31 +0100
commit4d8f96e15edb4807cc9773cc7f9eb6aa56ac2dc8 (patch)
tree7b534e00479877732601b6e7543b70a651557f55 /src/wx/timeline_content_view.h
parentef25237193100de106eccdb8f40524fa670bda76 (diff)
Move y_pos to TimelineView.
Diffstat (limited to 'src/wx/timeline_content_view.h')
-rw-r--r--src/wx/timeline_content_view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/timeline_content_view.h b/src/wx/timeline_content_view.h
index 48ca6ed79..aa9832e5d 100644
--- a/src/wx/timeline_content_view.h
+++ b/src/wx/timeline_content_view.h
@@ -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;