From f470d3e856e7dee3c6003aeff0c98005822c5f90 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 29 Sep 2019 10:00:23 -0600 Subject: remove all use of NO_PLUGIN_STATE #ifdef We determined several years that we should never ever do this, and changed the basis for the free/demo copy because of that. --- libs/ardour/plugin_insert.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/ardour/plugin_insert.cc') diff --git a/libs/ardour/plugin_insert.cc b/libs/ardour/plugin_insert.cc index edb48e7813..5ced715cd4 100644 --- a/libs/ardour/plugin_insert.cc +++ b/libs/ardour/plugin_insert.cc @@ -2507,7 +2507,6 @@ PluginInsert::set_control_ids (const XMLNode& node, int version) /* this may create the new controllable */ boost::shared_ptr c = control (Evoral::Parameter (PluginAutomation, 0, p)); -#ifndef NO_PLUGIN_STATE if (!c) { continue; } @@ -2515,7 +2514,6 @@ PluginInsert::set_control_ids (const XMLNode& node, int version) if (ac) { ac->set_state (**iter, version); } -#endif } } -- cgit v1.2.3