mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-17 02:46:15 +01:00
remove assert(video_timeline)
The idle visual changer can run after the video timeline has been deleted, and this is not an error.
This commit is contained in:
parent
7ade2099ce
commit
4b26ce3f5f
1 changed files with 0 additions and 2 deletions
|
|
@ -53,8 +53,6 @@ Editor::set_video_timeline_height (const int h)
|
|||
void
|
||||
Editor::update_video_timeline (bool flush)
|
||||
{
|
||||
// catch GUIIdle -> Editor::idle_visual_changer during quit/close
|
||||
assert (ARDOUR_UI::instance()->video_timeline);
|
||||
if (!ARDOUR_UI::instance()->video_timeline) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue