Partition: add UpdateEffectiveReplayGainMode()

Move code from replay_gain_get_real_mode().
This commit is contained in:
Max Kellermann
2016-11-24 15:18:57 +01:00
parent 9b9144f25d
commit 0759d72108
6 changed files with 22 additions and 23 deletions

View File

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