Commit a5b93008 authored by Max Kellermann's avatar Max Kellermann

output/Filtered: remove redundant nullptr assignments from Setup()

parent 0227af5b
......@@ -221,9 +221,6 @@ FilteredAudioOutput::Setup(EventLoop &event_loop,
prepared_other_replay_gain_filter =
NewReplayGainFilter(replay_gain_config);
assert(prepared_other_replay_gain_filter != nullptr);
} else {
prepared_replay_gain_filter = nullptr;
prepared_other_replay_gain_filter = nullptr;
}
/* set up the mixer */
......
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