13
0

don't print error when announcing property values for plugins that have none

This commit is contained in:
Robin Gareus 2014-11-01 07:27:16 +01:00
parent 002ebcc4ea
commit 660e8c4425

View File

@ -1358,7 +1358,6 @@ void
LV2Plugin::announce_property_values() LV2Plugin::announce_property_values()
{ {
if (_patch_port_in_index == (uint32_t)-1) { if (_patch_port_in_index == (uint32_t)-1) {
error << "LV2: set_property called with unset patch_port_in_index" << endmsg;
return; return;
} }