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

This commit is contained in:
Max Kellermann 2018-01-04 10:32:10 +01:00
parent 0227af5bb7
commit a5b93008f5
1 changed files with 0 additions and 3 deletions

View File

@ -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 */