summaryrefslogtreecommitdiff
path: root/libs/ardour/return.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/return.cc')
-rw-r--r--libs/ardour/return.cc10
1 files changed, 2 insertions, 8 deletions
diff --git a/libs/ardour/return.cc b/libs/ardour/return.cc
index 5bc0a695a5..74b1cbeb32 100644
--- a/libs/ardour/return.cc
+++ b/libs/ardour/return.cc
@@ -64,15 +64,9 @@ Return::~Return ()
}
XMLNode&
-Return::get_state(void)
+Return::state()
{
- return state (true);
-}
-
-XMLNode&
-Return::state(bool full)
-{
- XMLNode& node = IOProcessor::state(full);
+ XMLNode& node = IOProcessor::state ();
node.set_property ("type", "return");
node.set_property ("bitslot", _bitslot);