diff options
author | Max Kellermann <max@musicpd.org> | 2016-11-24 15:18:57 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2016-11-24 15:18:57 +0100 |
commit | 0759d721085478f94d84f1e9ee1ecf6f7d8e85a0 (patch) | |
tree | df4a554b972694cda042f21c80f4567e1f9214f1 /src/ReplayGainConfig.hxx | |
parent | 9b9144f25de86fd6a5a83ffbdabaa0a4e3881080 (diff) |
Partition: add UpdateEffectiveReplayGainMode()
Move code from replay_gain_get_real_mode().
Diffstat (limited to 'src/ReplayGainConfig.hxx')
-rw-r--r-- | src/ReplayGainConfig.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ReplayGainConfig.hxx b/src/ReplayGainConfig.hxx index c07b19598..c51e82d16 100644 --- a/src/ReplayGainConfig.hxx +++ b/src/ReplayGainConfig.hxx @@ -47,11 +47,4 @@ replay_gain_get_mode_string(); bool replay_gain_set_mode_string(const char *p); -/** - * Returns the "real" mode according to the "auto" setting" - */ -gcc_pure -ReplayGainMode -replay_gain_get_real_mode(bool random_mode); - #endif |