From ab9ae90888555cdf0a382b805dad3f6581848d31 Mon Sep 17 00:00:00 2001 From: carlh Date: Mon, 4 Jul 2011 17:35:28 +0000 Subject: [PATCH] Uncomment fix for #4110. git-svn-id: http://subversion.ardour.org/svn/ardour2/ardour2/branches/3.0@9793 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/plugin_insert.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ardour/plugin_insert.cc b/libs/ardour/plugin_insert.cc index fd8f0e3de..cdebd006f 100644 --- a/libs/ardour/plugin_insert.cc +++ b/libs/ardour/plugin_insert.cc @@ -882,7 +882,6 @@ PluginInsert::set_state(const XMLNode& node, int version) uint32_t count = 1; -#if 0 // Processor::set_state() will set this, but too late // for it to be available when setting up plugin // state. We can't call Processor::set_state() until @@ -891,7 +890,6 @@ PluginInsert::set_state(const XMLNode& node, int version) if ((prop = node.property ("id")) != 0) { _id = prop->value(); } -#endif if (_plugins.empty()) { /* if we are adding the first plugin, we will need to set -- 2.11.4.GIT