summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-04-02 14:02:42 +0200
committerRobin Gareus <robin@gareus.org>2016-04-02 14:02:42 +0200
commitf8d065d0306b0399e9f5a53771df3c90a872510d (patch)
tree85bd41d7b473d999ec3ced40a351009f56e6136d /libs/ardour/route.cc
parent5405783a2b5c8d7238b02dba51aa559bf5ad8a28 (diff)
revert bd5da84928 - separate i/o-map & config reset.
Diffstat (limited to 'libs/ardour/route.cc')
-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 33b03e162f..6519980b68 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -2443,7 +2443,6 @@ Route::customize_plugin_insert (boost::shared_ptr<Processor> proc, uint32_t coun
if (count == 0) {
pi->set_custom_cfg (false);
- pi->reset_map ();
} else {
pi->set_custom_cfg (true);
pi->set_count (count);