remove needless message from log window when a system has no ALSA-capable devices
git-svn-id: svn://localhost/ardour2/branches/3.0@10032 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e2c31850e3
commit
74330533b8
@ -918,7 +918,6 @@ EngineControl::driver_changed ()
|
||||
vector<string>& strings = devices[driver];
|
||||
|
||||
if (strings.empty() && driver != "FreeBoB" && driver != "FFADO" && driver != "Dummy") {
|
||||
error << string_compose (_("No devices found for driver \"%1\""), driver) << endmsg;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user