remove unused global static variable

This commit is contained in:
Paul Davis 2024-06-01 09:02:32 -06:00
parent 949b4d4017
commit ecf5f9b1d7

View File

@ -668,8 +668,6 @@ Delivery::set_name (const std::string& name)
return ret;
}
bool ignore_output_change = false;
void
Delivery::output_changed (IOChange change, void* /*src*/)
{