output/Filtered: remove redundant nullptr assignments from Setup()
This commit is contained in:
parent
0227af5bb7
commit
a5b93008f5
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue