diff options
author | Max Kellermann <max@musicpd.org> | 2020-01-20 14:54:21 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-01-20 14:55:10 +0100 |
commit | 9cbfa66886257d0df4c677c01e37be05bbf6f266 (patch) | |
tree | 3bd1f0627773be76d9818766a22057b6743a9d8f /src/output/MultipleOutputs.hxx | |
parent | 4df98466df8b3452de05ae38694ab89cb89499ce (diff) |
command/partition: don't create null output in new partitions
No output at all is fine. If the partition needs an output, it must
be moved there, but having just a null output isn't helpful.
Diffstat (limited to 'src/output/MultipleOutputs.hxx')
-rw-r--r-- | src/output/MultipleOutputs.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/output/MultipleOutputs.hxx b/src/output/MultipleOutputs.hxx index 0a1333dcd..fc65e8460 100644 --- a/src/output/MultipleOutputs.hxx +++ b/src/output/MultipleOutputs.hxx @@ -78,9 +78,6 @@ public: const ConfigData &config, const ReplayGainConfig &replay_gain_config); - void AddNullOutput(EventLoop &event_loop, - const ReplayGainConfig &replay_gain_config); - /** * Returns the total number of audio output devices, including * those which are disabled right now. |