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:
Paul Davis 2021-12-15 16:09:28 -07:00
parent 7ade2099ce
commit 4b26ce3f5f

View File

@ -53,8 +53,6 @@ Editor::set_video_timeline_height (const int h)
void void
Editor::update_video_timeline (bool flush) 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) { if (!ARDOUR_UI::instance()->video_timeline) {
return; return;
} }