mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-23 21:57:16 +01:00
Fix false positive "missing AU Blacklist" message
See d6e4e0fb35 for an explanation
This commit is contained in:
parent
85fc3d5629
commit
4eeb5afa92
1 changed files with 0 additions and 1 deletions
|
|
@ -1133,7 +1133,6 @@ auv2_whitelist (std::string id)
|
|||
{
|
||||
string fn = Glib::build_filename (ARDOUR::user_cache_directory(), AUV2_BLACKLIST);
|
||||
if (!Glib::file_test (fn, Glib::FILE_TEST_EXISTS)) {
|
||||
warning << _("Expected AUv2 Blacklist file does not exist.") << endmsg;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue