mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
remove TimeAxisView::clip_to_viewport() and Editor::update_canvas_now() and Editor::flush_canvas() which should no longer be necessary with a sane canvas design
This commit is contained in:
parent
41f63fc61a
commit
4e9108cd1e
8 changed files with 2 additions and 104 deletions
|
|
@ -248,8 +248,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
return sample / samples_per_pixel;
|
||||
}
|
||||
|
||||
void flush_canvas ();
|
||||
|
||||
/* selection */
|
||||
|
||||
Selection& get_selection() const { return *selection; }
|
||||
|
|
@ -2084,8 +2082,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
void region_view_added (RegionView *);
|
||||
void region_view_removed ();
|
||||
|
||||
void update_canvas_now ();
|
||||
|
||||
EditorGroupTabs* _group_tabs;
|
||||
void fit_route_group (ARDOUR::RouteGroup *);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue