summaryrefslogtreecommitdiff
path: root/libs/ardour/io.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-09-29 18:24:54 +0200
committerRobin Gareus <robin@gareus.org>2019-09-29 18:25:14 +0200
commit0daee87803b39adb9e9fab7d81281c4dd6a6a43d (patch)
tree7eaf420ac18c4ca419ccf3cfd3c44dd29880659b /libs/ardour/io.cc
parentc5b6b232a6ed251e256b13f4c0c3deed0792ab5b (diff)
Ardour::IO is not latent by itself
Diffstat (limited to 'libs/ardour/io.cc')
-rw-r--r--libs/ardour/io.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/ardour/io.cc b/libs/ardour/io.cc
index 1cf8b4d401..f185e073b0 100644
--- a/libs/ardour/io.cc
+++ b/libs/ardour/io.cc
@@ -563,8 +563,6 @@ IO::state ()
node->add_child_nocopy (*pnode);
}
- Latent::add_state (node);
-
return *node;
}
@@ -639,8 +637,6 @@ IO::set_state (const XMLNode& node, int version)
ConnectingLegal.connect_same_thread (connection_legal_c, boost::bind (&IO::connecting_became_legal, this));
}
- Latent::set_state (node, version);
-
return 0;
}