summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/route.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index 5466cb5a84..6b2f9994f6 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -2944,7 +2944,6 @@ Route::set_state (const XMLNode& node, int version)
if ((prop = node.property (X_("active"))) != 0) {
bool yn = string_is_affirmative (prop->value());
- _active = !yn; // force switch
set_active (yn, this);
}