remove needless message from log window when a system has no ALSA-capable devices
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 30 Aug 2011 13:41:36 +0000 (13:41 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 30 Aug 2011 13:41:36 +0000 (13:41 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10032 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/engine_dialog.cc

index b207124ecbece7d95997af3483b50670b686d284..d6e6a52f4606e2cc6e5168b1f78b255a3ed9dc59 100644 (file)
@@ -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;
        }