13
0

Remove LV2Plugin::slv2_port.

git-svn-id: svn://localhost/ardour2/branches/3.0@9512 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2011-05-14 18:54:45 +00:00
parent 2b7f092b85
commit 8e717d107f

View File

@ -72,11 +72,11 @@ class LV2Plugin : public ARDOUR::Plugin
return _instance->lv2_descriptor->extension_data (uri);
}
SLV2Plugin slv2_plugin () { return _plugin; }
SLV2UI slv2_ui () { return _ui; }
SLV2Value ui_type() { return _ui_type; }
SLV2Port slv2_port (uint32_t i) { return slv2_plugin_get_port_by_index (_plugin, i); }
bool is_external_ui () const;
SLV2Plugin slv2_plugin () { return _plugin; }
SLV2UI slv2_ui () { return _ui; }
SLV2Value ui_type () { return _ui_type; }
bool is_external_ui () const;
const char* port_symbol (uint32_t port) const;