From b8491014a53e236255f5803fc876f848cfc82750 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 29 Jan 2018 23:55:20 +0100 Subject: Update plugin classification * dedicated API for classes (effect, instrument, util) * prepare for tags (rather than categories) * prepare removal of per-plugin in_category() API --- libs/ardour/luaproc.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/ardour/luaproc.cc') diff --git a/libs/ardour/luaproc.cc b/libs/ardour/luaproc.cc index d5a0f65d1e..385965b3cf 100644 --- a/libs/ardour/luaproc.cc +++ b/libs/ardour/luaproc.cc @@ -1228,7 +1228,6 @@ LuaPluginInfo::LuaPluginInfo (LuaScriptInfoPtr lsi) { n_outputs.set (DataType::AUDIO, 1); type = Lua; - _is_instrument = category == "Instrument"; } PluginPtr -- cgit v1.2.3