mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
no need to repeat initialization
This commit is contained in:
parent
4ae5c04fd7
commit
dcdfd3ff0f
1 changed files with 0 additions and 2 deletions
|
|
@ -188,8 +188,6 @@ RegionView::init (bool wfd)
|
||||||
wait_for_data = wfd;
|
wait_for_data = wfd;
|
||||||
sync_mark = 0;
|
sync_mark = 0;
|
||||||
sync_line = 0;
|
sync_line = 0;
|
||||||
sync_mark = 0;
|
|
||||||
sync_line = 0;
|
|
||||||
|
|
||||||
if (name_highlight) {
|
if (name_highlight) {
|
||||||
name_highlight->set_data ("regionview", this);
|
name_highlight->set_data ("regionview", this);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue