mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
RouteUI is no longer an AxisView so use ARDOUR_UI::instance()->gui_object_state() directly
This commit is contained in:
parent
77f19ff8da
commit
bdd2f25c8b
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ RouteUI::RouteUI (ARDOUR::Session* sess)
|
||||||
RouteUI::~RouteUI()
|
RouteUI::~RouteUI()
|
||||||
{
|
{
|
||||||
if (_route) {
|
if (_route) {
|
||||||
gui_object_state().remove_node (route_state_id());
|
ARDOUR_UI::instance()->gui_object_state->remove_node (route_state_id());
|
||||||
}
|
}
|
||||||
|
|
||||||
_route.reset (); /* drop reference to route, so that it can be cleaned up */
|
_route.reset (); /* drop reference to route, so that it can be cleaned up */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue