diff --git a/voxygen/src/audio/mod.rs b/voxygen/src/audio/mod.rs index e723889319..931f71d9e5 100644 --- a/voxygen/src/audio/mod.rs +++ b/voxygen/src/audio/mod.rs @@ -60,7 +60,7 @@ impl AudioFrontend { pub fn no_audio() -> Self { Self { device: "none".to_string(), - device_list: list_devices(), + device_list: Vec::new(), audio_device: None, sound_cache: SoundCache::new(), channels: Vec::new(),