summaryrefslogtreecommitdiff
path: root/libs/ardour/send.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/send.cc')
-rw-r--r--libs/ardour/send.cc14
1 files changed, 2 insertions, 12 deletions
diff --git a/libs/ardour/send.cc b/libs/ardour/send.cc
index 1479eab420..51d41a93b1 100644
--- a/libs/ardour/send.cc
+++ b/libs/ardour/send.cc
@@ -36,10 +36,7 @@ Send::Send (Session& s, Placement p)
{
_metering = false;
expected_inputs = 0;
-#ifdef STATE_MANAGER
- save_state (_("initial state"));
-#endif
- RedirectCreated (this); /* EMIT SIGNAL */
+ RedirectCreated (this); /* EMIT SIGNAL */
}
Send::Send (Session& s, const XMLNode& node)
@@ -52,11 +49,7 @@ Send::Send (Session& s, const XMLNode& node)
throw failed_constructor();
}
-#ifdef STATE_MANAGER
- save_state (_("initial state"));
-#endif
-
- RedirectCreated (this); /* EMIT SIGNAL */
+ RedirectCreated (this); /* EMIT SIGNAL */
}
Send::Send (const Send& other)
@@ -64,9 +57,6 @@ Send::Send (const Send& other)
{
_metering = false;
expected_inputs = 0;
-#ifdef STATE_MANAGER
- save_state (_("initial state"));
-#endif
RedirectCreated (this); /* EMIT SIGNAL */
}