13
0

explicitly discard the return value from ::process_redisplay_track_views()

This commit is contained in:
Paul Davis 2022-04-05 18:09:51 -06:00
parent a287499f75
commit 1999a3aae8
2 changed files with 2 additions and 2 deletions

View File

@ -958,7 +958,7 @@ Editor::ensure_time_axis_view_is_visible (TimeAxisView const & track, bool at_to
}
/* apply any pending [height] changes */
process_redisplay_track_views ();
(void) process_redisplay_track_views ();
/* compute visible area of trackview group, as offsets from top of
* trackview group.

View File

@ -8616,7 +8616,7 @@ Editor::fit_tracks (TrackViewList & tracks)
}
/* apply height changes, so that scrolling works */
process_redisplay_track_views ();
(void) process_redisplay_track_views ();
/*
set the controls_layout height now, because waiting for its size