Commit c75dc4a6 authored by Max Kellermann's avatar Max Kellermann

output/osx: remove redundant initializer

parent 32380d1d
......@@ -763,7 +763,6 @@ OSXOutput::Open(AudioFormat &audio_format)
PcmExport::Params params;
params.alsa_channel_order = true;
bool dop = dop_setting;
params.dop = false;
#endif
memset(&asbd, 0, sizeof(asbd));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment