Remove "Default" devices from the PortaudioBackend
authorTim Mayberry <mojofunk@gmail.com>
Wed, 5 Aug 2015 13:37:20 +0000 (23:37 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Wed, 5 Aug 2015 13:37:50 +0000 (23:37 +1000)
These are not really necessary now that input and output devices can be
selected separately.

libs/backends/portaudio/portaudio_io.cc

index 6693c88af9d1bb70a32cc16dd7b52894043b46c2..f6af18a25e91e55507de6a46e6baaf2661664c39 100644 (file)
@@ -491,7 +491,6 @@ PortAudioIO::discover()
        if (!initialize_pa()) return;
 
        clear_device_lists ();
-       add_default_devices ();
        add_devices ();
 }